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