joyent-portal/consoles/my-joy-service-groups/src/graphql/remove-service-group.gql

6 lines
78 B
Plaintext
Raw Normal View History

2018-05-23 19:29:04 +03:00
mutation removeServiceGroup($id: ID!) {
deleteGroup(id: $id) {
id
}
}