INPUT_OBJECT

MeasurementsModeOverride

Override the mode in which users can interact with measurements.

@internal

link 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
  • }