INPUT_OBJECT

SubscriptionPlanFilter

link GraphQL Schema definition

1input SubscriptionPlanFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8status: [Status!]
9
10storeId: [Int!]
11
12createdAt: DateRange
13
14updatedAt: DateRange
15}