INPUT_OBJECT
MeasurementTableInput
link GraphQL Schema definition
1 input MeasurementTableInput { 2 3 : MeasurementChartInput 4 5 : Boolean 6 7 : [MeasurementValueInput!] 8 }
INPUT_OBJECT
1 input MeasurementTableInput { 2 3 : MeasurementChartInput 4 5 : Boolean 6 7 : [MeasurementValueInput!] 8 }