INPUT_OBJECT

ShippingTermsFilter

link GraphQL Schema definition

1input ShippingTermsFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8# Exactly one input field should be provided
9description: StringMatch
10
11status: [Status!]
12
13isDefault: Boolean
14
15isSelectable: Boolean
16
17externalId: [String!]
18
19search: String
20
21notNull: [String!]
22
23negate: [String!]
24}