MeasurementsModeOverride

open_in_new

Override the mode in which users can interact with measurements.

GraphQL Schema definition

  • input MeasurementsModeOverride {
  • # Set the mode to a specific value.
  • set: MeasurementsMode
  • # Reset the mode to the organizations default if true.
  • resetToDefault: Boolean
  • }