Skip to content

Commit c9a5b90

Browse files
authored
refactor: adding notIn and in to operators (#775)
1 parent f0295d8 commit c9a5b90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/distributed-tracing/src/shared/dashboard/data/graphql/filter/graphql-key-value-filter.model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ export class GraphQlKeyValueFilterModel implements GraphQlFilter {
2626
GraphQlOperatorType.NotEquals,
2727
GraphQlOperatorType.GreaterThan,
2828
GraphQlOperatorType.GreaterThanOrEqualTo,
29+
GraphQlOperatorType.In,
2930
GraphQlOperatorType.LessThan,
3031
GraphQlOperatorType.LessThanOrEqualTo,
3132
GraphQlOperatorType.Like,
33+
GraphQlOperatorType.NotIn,
3234
GraphQlOperatorType.ContainsKey,
3335
GraphQlOperatorType.ContainsKeyValue
3436
]

0 commit comments

Comments
 (0)