INPUT_OBJECT

UnitSettingOverride

Override the units player option setting.

@internal

link GraphQL Schema definition

  • input UnitSettingOverride {
  • # Set the value to the given units
  • set: Units
  • # Resets the units to the organizations default if true.
  • resetToDefault: Boolean
  • }