INPUT_OBJECT
StoredFilterMutationInput
Filters for this stored view group.
link GraphQL Schema definition
- input StoredFilterMutationInput {
- # The order in which the filter is applied.
- Int :
- # The field that is being filtered.
- String! :
- # The operator being applied.
- StoredFilterOperator! :
- # The value being filtered against.
- String :
- }