INPUT_OBJECT

MeasurementTableInput

link GraphQL Schema definition

1input MeasurementTableInput {
2
3measurementChart: MeasurementChartInput
4
5inherited: Boolean
6
7values: [MeasurementValueInput!]
8}