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/skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 3d91ce7 Update log.graphqls
3d91ce7 is described below
commit 3d91ce7e2704e2b4bf4b63d3f6a26dd19a59caa6
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Jan 29 11:52:08 2021 +0800
Update log.graphqls
---
log.graphqls | 1 -
1 file changed, 1 deletion(-)
diff --git a/log.graphqls b/log.graphqls
index 704d3c0..77f9d6b 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -30,7 +30,6 @@ type Log {
endpointId: ID
traceId: String
timestamp: String!
- statusCode: String
contentType: ContentType!
content: String
tags: [KeyValue!]