INPUT_OBJECT

EventFilter

link GraphQL Schema definition

1input EventFilter {
2
3objectType: [EventObjectType!]
4
5changeType: [EventChangeType!]
6
7storeId: [Int!]
8
9marketId: [Int!]
10
11negate: [String!]
12}