INPUT_OBJECT

StoreFilter

link GraphQL Schema definition

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