You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/02/16 10:24:41 UTC

[incubator-skywalking-query-protocol] 22/33: Update metadata.graphqls

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 <pe...@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,