This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 6c461cc Fix protocol syntax
6c461cc is described below
commit 6c461cc60a653de801e51ea914b78a243ce66819
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed May 25 20:48:11 2022 +0800
Fix protocol syntax
---
ondemand-pod-log.graphqls | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ondemand-pod-log.graphqls b/ondemand-pod-log.graphqls
index 41e6854..34e2183 100644
--- a/ondemand-pod-log.graphqls
+++ b/ondemand-pod-log.graphqls
@@ -39,7 +39,7 @@ input ContainerQueryCondition {
}
extend type Query {
- listNamespaces(): [String!]!
+ listNamespaces: [String!]!
listContainers(condition: ContainerQueryCondition): [String!]!
ondemandPodLogs(condition: OndemandLogQueryCondition): Logs
}