5 lines
111 B
GraphQL
5 lines
111 B
GraphQL
mutation DeleteGroupAttributeQuery($name: String!) {
|
|
deleteGroupAttribute(name: $name) {
|
|
ok
|
|
}
|
|
} |