This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix/graphql/node-nullable
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/fix/graphql/node-nullable by 
this push:
     new 50e0985  add constant values
50e0985 is described below

commit 50e09852db7c8b5f0f700621eddd4f178a7d21e4
Author: wusheng <[email protected]>
AuthorDate: Thu Jan 11 16:19:48 2018 +0800

    add constant values
---
 .../apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls
index b8bff31..f698908 100644
--- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls
+++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to