lldap/migration-tool/queries/create_group.graphql
2021-12-08 12:01:56 +01:00

7 lines
97 B
GraphQL

mutation CreateGroup($name: String!) {
createGroup(name: $name) {
id
displayName
}
}