INPUT_OBJECT

ReturnFilter

link GraphQL Schema definition

1input ReturnFilter {
2
3id: [Int!]
4
5status: [Status!]
6
7returnStatus: [ReturnStatus!]
8
9createdAt: DateRange
10
11createdFrom: [String!]
12
13adminUserId: [Int!]
14
15customerId: [Int!]
16
17buyerId: [Int!]
18
19orderId: [String!]
20
21orderNumber: [Int!]
22
23shipmentId: [Int!]
24
25shipmentNumber: [String!]
26
27storeId: [Int!]
28
29storeType: StoreType
30
31externalId: [String!]
32
33search: String
34
35notNull: [String!]
36
37negate: [String!]
38
39purchaserId: [Int!]
40}