INPUT_OBJECT

AppliedVoucherFilter

link GraphQL Schema definition

1input AppliedVoucherFilter {
2
3date: DateRange
4
5value: FloatRange
6
7voucherMethod: [VoucherMethod!]
8
9orderId: [String!]
10
11voucherActionResultId: [Int!]
12
13voucherId: [Int!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20
21subvoucherId: [Int!]
22}