INPUT_OBJECT
ProductVariantFilter
link GraphQL Schema definition
1 input ProductVariantFilter { 2 3 : [Int!] 4 5 #   Exactly one input field should be provided 6 : StringMatch 7 8 : [Status!] 9 10 #   Exactly one input field should be provided 11 : StringMatch 12 13 : [Int!] 14 15 : [Int!] 16 17 : [Int!] 18 19 : [Int!] 20 21 : [String!] 22 23 : String 24 25 : [String!] 26 27 : [String!] 28 29 : DateRange 30 }