OBJECT
MeasurementTable
link GraphQL Schema definition
1 type MeasurementTable { 2 # Required permission: MeasurementChart:read 3 : MeasurementChart 4 5 : Boolean! 6 7 : String! 8 9 # All elements are always returned 10 : [[String!]!]! 11 12 }