GetAccountUserPermissions
Signature
query {
GetAccountUserPermissions(accountId: ...)
}
Retourne : [UserAccountPermission!]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
Exemple
query {
GetAccountUserPermissions(
accountId: $accountId
) {
id
user {}
userSummary {}
account {}
permission {}
receiveNotification
}
}