INPUT_OBJECT

NewsletterSubscriptionFilter

link GraphQL Schema definition

1input NewsletterSubscriptionFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6email: StringMatch
7
8storeId: [Int!]
9
10search: String
11
12notNull: [String!]
13
14negate: [String!]
15}