INPUT_OBJECT

TaxRuleFilter

link GraphQL Schema definition

1input TaxRuleFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8# Exactly one input field should be provided
9displayName: StringMatch
10
11code: [String!]
12
13taxGroupId: [Int!]
14
15countryId: [Int!]
16
17search: String
18
19notNull: [String!]
20
21negate: [String!]
22}