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 eaef6f1 Fix a compile issue
eaef6f1 is described below
commit eaef6f106c45d362bf63ca3fb2712da915085d4b
Author: wusheng <[email protected]>
AuthorDate: Thu Jan 11 18:52:45 2018 +0800
Fix a compile issue
---
.../apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls | 2 +-
1 file changed, 1 insertion(+), 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 f698908..04f21ee 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
@@ -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,
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].