namespaceRolesAssignAbilities
Update the abilities a role is granted.
Arguments
Name | Type | Description |
---|---|---|
abilities | [NamespaceRoleAbility!]! | The abilities that should be granted to the ability |
clientMutationId | String | A unique identifier for the client performing the mutation. |
roleId | NamespaceRoleID! | The id of the role which should be granted the abilities |
Fields
Name | Type | Description |
---|---|---|
abilities | [NamespaceRoleAbility!] | The now granted abilities |
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |