Skip to content

Commit 7a2fd17

Browse files
authored
fix (apache#48)
1 parent 4ac87d5 commit 7a2fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ input LogQueryCondition {
5757
tags: [LogTag!]
5858
# Fuzzy query conditions for the log content.
5959
# Use these 2 keyword related condition, when supportQueryLogsByKeywords returns TRUE.
60-
keywordsOfContent: [!String]
61-
excludingKeywordsOfContent: [!String]
60+
keywordsOfContent: [String!]
61+
excludingKeywordsOfContent: [String!]
6262
}
6363

6464
# Trace related condition

0 commit comments

Comments
 (0)