UpdateUserAccountPermission
Signature
mutation {
UpdateUserAccountPermission(id: ...)
}
Retourne : UserAccountPermission!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
permission | Permission | — | — | |
receiveNotification | Boolean | — | ⚠️ Deprecated: use the mailing list subscription mutations instead. | |
| Passing false unsubscribes the user from every mailing list; | ||||
| passing true restores the default set (one row per MailingListType). |
Exemple
mutation {
UpdateUserAccountPermission(
id: $id
) {
# Sélectionner les champs souhaités
}
}