INPUT_OBJECT

ProductSizeFilter

link GraphQL Schema definition

1input ProductSizeFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6description: StringMatch
7
8# Exactly one input field should be provided
9EAN: StringMatch
10
11# Exactly one input field should be provided
12UPC: StringMatch
13
14# Exactly one input field should be provided
15SKU: StringMatch
16
17# Exactly one input field should be provided
18sizeNumber: StringMatch
19
20quantity: IntRange
21
22preorder: Boolean
23
24sizeId: [Int!]
25
26search: String
27
28notNull: [String!]
29
30negate: [String!]
31
32isActive: Boolean
33
34updatedAt: DateRange
35
36# Exactly one input field should be provided
37GTIN: StringMatch
38}