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 41d7b5c  Add a query service
41d7b5c is described below

commit 41d7b5cb54a4e97d073b9d2449c19d67926ce412
Author: wu-sheng <[email protected]>
AuthorDate: Fri Jan 12 14:14:12 2018 +0800

    Add a query service
---
 .../src/main/resources/ui-graphql/server-layer.graphqls                | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
index 1d01ec2..de41347 100644
--- 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
+++ 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
@@ -33,7 +33,8 @@ type MemoryTrend {
 }
 
 extend type Query {
-    searchServer(keyword: String!, duration: Duration!): [AppServerInfo]
+    searchServer(keyword: String!, duration: Duration!): [AppServerInfo!]!
+    getAllServer(applicationId: ID!, duration: Duration!): [AppServerInfo!]!
     getServerResponseTimeTrend(serverId: ID!, duration: Duration!): 
ResponseTimeTrend
     getServerTPSTrend(serverId: ID!, duration: Duration!): ThroughputTrend
     getCPUTrend(serverId: ID!, duration: Duration!): CPUTrend

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

Reply via email to