lldap/server/tests/queries/delete_group.graphql

6 lines
92 B
GraphQL
Raw Normal View History

2023-04-07 19:56:23 +00:00
mutation DeleteGroupQuery($groupId: Int!) {
deleteGroup(groupId: $groupId) {
ok
}
}