INPUT_OBJECT

MeasurementChartFilter

link GraphQL Schema definition

1input MeasurementChartFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8search: String
9
10notNull: [String!]
11
12negate: [String!]
13}