You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/11 08:19:57 UTC

[incubator-skywalking] branch fix/graphql/node-nullable updated: add constant values

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 <wu...@foxmail.com>
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
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].