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
/
migration-tool
/
queries
/
create_group.graphql
7 lines
97 B
GraphQL
Raw
Permalink
Blame
History
mutation
CreateGroup
(
$name
:
String
!
)
{
createGroup
(
name
:
$name
)
{
id
displayName
}
}
Reference in New Issue
View Git Blame
Copy Permalink