CreateIndividualAccount
Signature
mutation {
CreateIndividualAccount
}
Retourne : IndividualAccount!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
userId | ID | — | — | |
email | String | — | — | |
firstName | String | — | — | |
lastName | String | — | — | |
mobile | String | — | — | |
customAccesses | [UserAccountInput!] | — | — | |
distributorAdvisorId | ID | — | — | |
sendNotificationEmail | Boolean | false | — |
Exemple
mutation {
CreateIndividualAccount {
# Sélectionner les champs souhaités
}
}