input MeasurementDetails {# The floor this measurement is on.floorId: ID# Whether or not this measurement should be shown in public views of the model.enabled: Boolean!label: StringstartPosition: IPoint3D!endPosition: IPoint3D!startNormal: IPoint3DendNormal: IPoint3D# The room the measurement is in.roomId: ID}