mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
7 lines
123 B
GraphQL
7 lines
123 B
GraphQL
mutation CreateGroup($group: CreateGroupInput!) {
|
|
createGroupWithDetails(request: $group) {
|
|
id
|
|
displayName
|
|
}
|
|
}
|