namespaceRolesUpdate
Update an existing namespace role.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
name | String! | Name for the namespace role. |
namespaceRoleId | NamespaceRoleID! | ID of the namespace role to update. |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceRole | NamespaceRole | The updated namespace role. |