This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
lldap
mirror of
https://github.com/nitnelave/lldap.git
Watch
0
Star
0
Fork
You've already forked lldap
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
lldap
/
app
/
queries
/
delete_group.graphql
6 lines
92 B
GraphQL
Raw
Permalink
Blame
History
mutation
DeleteGroupQuery
(
$groupId
:
Int
!
)
{
deleteGroup
(
groupId
:
$groupId
)
{
ok
}
}
Reference in New Issue
View Git Blame
Copy Permalink