namespaceMembersAssignRoles
Update the roles a member is assigned to.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
memberId | NamespaceMemberID! | The id of the member which should be assigned the roles |
roleIds | [NamespaceRoleID!]! | The roles the member should be assigned to the member |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceMemberRoles | [NamespaceMemberRole!] | The roles the member is now assigned to |