Skip to main content

UpdateAccountLocale

Stable

Signature

mutation {
UpdateAccountLocale(accountId: ..., locale: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdID!
localeSupportedLocale!

Exemple

mutation {
UpdateAccountLocale(
accountId: $accountId
locale: $locale
) {
# Sélectionner les champs souhaités
}
}