groupDelete
Graphql fields and variables for the groupDelete mutation
mutation groupDelete ($id: ID!) {
groupDelete (id: $id) {
errors
group {
id
name
parentGroupId
}
}
}Arguments
{
"id": "456123"
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
