INPUT_OBJECT
MeasurementPathPatch
link GraphQL Schema definition
- input MeasurementPathPatch {
 - #   Whether or not the measurement path is visible in the public model.
 - : Boolean
 - : String
 - #   This will clear the label when set to true if label is unspecified.  If 
 - #   clearLabel is true and a label is also
 - #   provided the label will be accepted.
 - : Boolean
 - #   The points to update the measurement path with.  This is completely replaces all 
 - #   points if set.
 - : [IMeasurementPathPoint!]
 - }