roleCreate
Graphql fields and variables for the roleCreate mutation
mutation roleCreate ($attributes: RoleAttributes!) {
roleCreate (attributes: $attributes) {
errors
role {
id
name
}
}
}Arguments
{
"attributes": {
"name": "",
"scopes": [
""
]
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
