Fix a compile issue
This commit is contained in:
parent
50e09852db
commit
eaef6f106c
|
|
@ -93,7 +93,7 @@ type VisualUserNode implements Node {
|
|||
# Constant, value = "User"
|
||||
name: String!
|
||||
# Constant, value = "USER"
|
||||
type: String!
|
||||
type: String
|
||||
}
|
||||
|
||||
# The Call represents a directed distributed call,
|
||||
|
|
|
|||
Loading…
Reference in New Issue