INPUT_OBJECT
MeasurementsModeOverride
Override the mode in which users can interact with measurements.
link GraphQL Schema definition
- input MeasurementsModeOverride {
 - #   Set the mode to a specific value.
 - : MeasurementsMode
 - #   Reset the mode to the organizations default if true.
 - : Boolean
 - }