INPUT_OBJECT
UpdateSystemSettingsMutationInput
The input object that defines the fields for the updateSystemSettings mutation.
link GraphQL Schema definition
- input UpdateSystemSettingsMutationInput {
- # A supported language.
- Language :
- # The currency the system displays money in.
- Currency :
- # The date format to use.
- DateFormat :
- # The time format to use.
- TimeFormat :
- # The character used to separate digits in numbers.
- DigitSeparator :
- # The character used to separate decimals in numbers.
- DecimalSeparator :
- # The timezone you want times in the system displayed in.
- Timezone :
- # A state, province, or other country subdivision.
- Subdivision :
- # A two character country code.
- Country :
- # A city.
- String :
- # Automatically create a RADIUS account when a new account is created.
- Boolean :
- # A text prefix to use when automatically creating a new RADIUS account.
- String :
- # Application firewall enabled.
- Boolean :
- # The system of units.
- Units :
- # Whether all or only primary contacts may access the customer portal.
- CustomerPortalContactAccess :
- # The date and time to suppress inventory item status alerts until.
- Datetime :
- # Invoices will be created in both English and French for all customers.
- Boolean :
- # Setting this value to `true` will set `city` to null.
- Boolean :
- # Setting this value to `true` will set `suppress_alerts_until_datetime` to null.
- Boolean :
- }