INPUT_OBJECT

ShippingPriceGroupFilter

link GraphQL Schema definition

1input ShippingPriceGroupFilter {
2
3id: [Int!]
4
5countryId: [Int!]
6
7shippingOptionId: [Int!]
8
9search: String
10
11notNull: [String!]
12
13negate: [String!]
14}