提交 50e09852 编写于 作者: wu-sheng's avatar wu-sheng

add constant values

上级 b2706cf2
......@@ -90,7 +90,10 @@ interface Node {
# Incoming request node, means User or outside system access the cluster from this.
type VisualUserNode implements Node {
id: ID!
name: String
# Constant, value = "User"
name: String!
# Constant, value = "USER"
type: String!
}
# The Call represents a directed distributed call,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册