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