未验证 提交 1f35bd5d 编写于 作者: 彭勇升 pengys 提交者: GitHub

Update metadata.graphqls

Delete the parameter named duration in searchService method. Do not need duration to query service by exact-match.
上级 9853f447
......@@ -51,7 +51,7 @@ extend type Query {
# Service related meta info.
getAllServices(duration: Duration!): [Service!]!
searchServices(duration: Duration!, keyword: String!): [Service!]!
searchService(duration: Duration!, serviceCode: String!): Service
searchService(serviceCode: String!): Service
# Service intance query
getServiceInstances(duration: Duration!, id: ID!): [ServiceInstance!]!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册