INPUT_OBJECT

SubscriptionPaymentFilter

link GraphQL Schema definition

1input SubscriptionPaymentFilter {
2
3id: [Int!]
4
5createdAt: DateRange
6
7updatedAt: DateRange
8
9# Exactly one input field should be provided
10paymentMethod: StringMatch
11
12status: SubscriptionPaymentStatus
13}