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/09/05 08:47:04 UTC

[incubator-skywalking-query-protocol] branch master updated: Fix a typo.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c6ee5d1  Fix a typo.
c6ee5d1 is described below

commit c6ee5d15f38024c3be61be579eac4035ffbfd4bf
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Sep 5 16:46:58 2018 +0800

    Fix a typo.
---
 metadata.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata.graphqls b/metadata.graphqls
index d998026..cd94a53 100644
--- a/metadata.graphqls
+++ b/metadata.graphqls
@@ -51,7 +51,7 @@ extend type Query {
     # Service related meta info.
     getAllServices(duration: Duration!): [Service!]!
     searchServices(duration: Duration!, keyword: String!): [Service!]!
-    searchServices(duration: Duration!, serviceCode: String!): Service
+    searchService(duration: Duration!, serviceCode: String!): Service
 
     # Service intance query
     getServiceInstances(duration: Duration!, id: ID!): [ServiceInstance!]!