INPUT_OBJECT

SubvoucherFilter

link GraphQL Schema definition

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