namespaceRolesCreate
Create a new role in a namespace.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
name | String! | The name for the new role |
namespaceId | NamespaceID! | The id of the namespace which this role will belong to |
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 newly created namespace role |