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