INPUT_OBJECT
SizeLocalizationFilter
link GraphQL Schema definition
1 input SizeLocalizationFilter { 2 3 : [Int!] 4 5 # Exactly one input field should be provided 6 : StringMatch 7 8 # Exactly one input field should be provided 9 : StringMatch 10 11 : [Status!] 12 13 : [Int!] 14 15 : [Int!] 16 17 : [String!] 18 }