INPUT_OBJECT

OrderHistoryFilter

link GraphQL Schema definition

1input OrderHistoryFilter {
2
3id: [Int!]
4
5createdAt: DateRange
6
7type: [OrderHistoryEntryType!]
8
9adminUserId: [Int!]
10
11orderId: [String!]
12
13customerId: [Int!]
14
15buyerId: [Int!]
16
17search: String
18
19notNull: [String!]
20
21negate: [String!]
22
23purchaserId: [Int!]
24}