INPUT_OBJECT

SizeLocalizationFilter

link GraphQL Schema definition

1input SizeLocalizationFilter {
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
11status: [Status!]
12
13countryId: [Int!]
14
15storeId: [Int!]
16
17negate: [String!]
18}