INPUT_OBJECT

StorePluginFilter

link GraphQL Schema definition

1input StorePluginFilter {
2
3id: [Int!]
4
5status: [Status!]
6
7name: StringMatch
8
9uri: StringMatch
10
11type: [StorePluginType!]
12
13storeId: [Int!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20}