INPUT_OBJECT

TaxGroupFilter

link GraphQL Schema definition

1input TaxGroupFilter {
2
3id: [Int!]
4
5status: [Status!]
6
7# Exactly one input field should be provided
8name: StringMatch
9
10defaultInStoreId: [Int!]
11
12search: String
13
14notNull: [String!]
15
16negate: [String!]
17}