INPUT_OBJECT

SubvoucherFilter

link GraphQL Schema definition

1input SubvoucherFilter {
2
3id: [Int!]
4
5voucherId: [Int!]
6
7# Exactly one input field should be provided
8code: StringMatch
9
10# Exactly one input field should be provided
11email: StringMatch
12
13# Exactly one input field should be provided
14domain: StringMatch
15
16successfulUsages: [Int!]
17
18search: String
19
20notNull: [String!]
21
22negate: [String!]
23}