INPUT_OBJECT

MeasurementPathDetails

link GraphQL Schema definition

  • input MeasurementPathDetails {
  • # Whether or not the measurement path is visible in the public model.
  • enabled: Boolean!
  • label: String
  • # @internal
  • #
  • # @deprecated: This is now ignored but left to prevent client breakage.
  • version: String
  • # @internal
  • lineType: MeasurementPathLineType
  • # The points that make up the measurement path.
  • points: [IMeasurementPathPoint!]!
  • }