Skip to main content

Arguments

Variables needed to update the language preference for an account.

Returns

UpdateOptionsLanguagePreference

Update the language preference for an account. Determines the language in which communications about the account are sent. It does not affect the language seen in the UI.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can update account details

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation UpdateOptionsLanguagePreference($input: OptionsLanguagePreferenceInput!) { updateOptionsLanguagePreference(input: $input) { optionsLanguagePreference } }

Variables

Response

{ "data": { "updateOptionsLanguagePreference": { "optionsLanguagePreference": "ENGLISH" } } }