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
/
update_group.graphql
7 lines
95 B
GraphQL
Raw
Permalink
Blame
History
mutation
UpdateGroup
(
$group
:
UpdateGroupInput
!
)
{
updateGroup
(
group
:
$group
)
{
ok
}
}
Reference in New Issue
View Git Blame
Copy Permalink