UnitSettingOverride

open_in_new

Override the units player option setting.

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