INPUT_OBJECT

StorePluginFilter

link GraphQL Schema definition

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