We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac87d5 commit 7a2fd17Copy full SHA for 7a2fd17
log.graphqls
@@ -57,8 +57,8 @@ input LogQueryCondition {
57
tags: [LogTag!]
58
# Fuzzy query conditions for the log content.
59
# Use these 2 keyword related condition, when supportQueryLogsByKeywords returns TRUE.
60
- keywordsOfContent: [!String]
61
- excludingKeywordsOfContent: [!String]
+ keywordsOfContent: [String!]
+ excludingKeywordsOfContent: [String!]
62
}
63
64
# Trace related condition
0 commit comments