INPUT_OBJECT

SubscriptionFilter

link GraphQL Schema definition

1input SubscriptionFilter {
2
3id: [Int!]
4
5contractId: [Int!]
6
7createdAt: DateRange
8
9needsAttention: Boolean
10
11nextOrderDate: DateRange
12
13nextRetryDate: DateRange
14
15status: SubscriptionStatus
16
17updatedAt: DateRange
18
19customerId: [Int!]
20
21# Exactly one input field should be provided
22email: StringMatch
23
24originatingOrderId: [String!]
25
26pricelistId: [Int!]
27
28shippingOptionId: [Int!]
29
30marketId: [Int!]
31}