INPUT_OBJECT

DeliveryWindowVariantFilter

link GraphQL Schema definition

1input DeliveryWindowVariantFilter {
2
3type: [ProductVariantDeliveryType!]
4
5deliveryWindowId: [Int!]
6
7productId: [Int!]
8
9productVariantId: [Int!]
10
11search: String
12
13notNull: [String!]
14
15negate: [String!]
16}