- input MeasurementPathDetails {
- # Whether or not the measurement path is visible in the public model.
- : Boolean!
- : String
- # Whether this measurement should be used in
- # 2D (floorplan views) or 3D mode.
- : MeasurementPathLineType
- # The points that make up the measurement path.
- : [IMeasurementPathPoint!]!
- }