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

ywang pushed a commit to branch new
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit bdf653d0a136541e00ed41d5972e95f717d19734
Author: 彭勇升 pengys <pen...@apache.org>
AuthorDate: Sun Sep 23 11:51:53 2018 +0800

    Update metadata.graphqls
    
    Rename the parameter from id to serviceId.
---
 metadata.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata.graphqls b/metadata.graphqls
index e0774e7..94b0d1c 100644
--- a/metadata.graphqls
+++ b/metadata.graphqls
@@ -54,7 +54,7 @@ extend type Query {
     searchService(serviceCode: String!): Service
 
     # Service intance query
-    getServiceInstances(duration: Duration!, id: ID!): [ServiceInstance!]!
+    getServiceInstances(duration: Duration!, serviceId: ID!): 
[ServiceInstance!]!
 
     # Endpoint query
     # Consider there are huge numbers of endpoint,

Reply via email to