INPUT_OBJECT

AffiliateFilter

link GraphQL Schema definition

1input AffiliateFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8status: [Status!]
9
10# Exactly one input field should be provided
11uri: StringMatch
12
13storeId: [Int!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20}