MeasurementPathPatch

open_in_new

GraphQL Schema definition

  • input MeasurementPathPatch {
  • # Whether or not the measurement path is visible in the public model.
  • enabled: Boolean
  • label: 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.
  • clearLabel: Boolean
  • # The points to update the measurement path with. This is completely replaces all
  • # points if set.
  • points: [IMeasurementPathPoint!]
  • }