lldap/app/queries/delete_group.graphql

6 lines
92 B
GraphQL
Raw Normal View History

mutation DeleteGroupQuery($groupId: Int!) {
deleteGroup(groupId: $groupId) {
ok
}
}