INPUT_OBJECT

BundleFilter

link GraphQL Schema definition

1input BundleFilter {
2
3id: [Int!]
4
5createdAt: DateRange
6
7updatedAt: DateRange
8
9type: [BundleType!]
10
11priceType: [BundlePriceType!]
12
13sizeChartId: [Int!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20}