INPUT_OBJECT

WishlistFilter

link GraphQL Schema definition

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

link Required by