Fix a compile issue

This commit is contained in:
wusheng 2018-01-11 18:52:45 +08:00
parent 50e09852db
commit eaef6f106c
1 changed files with 1 additions and 1 deletions

View File

@ -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,