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