lldap/migration-tool/queries/create_group.graphql

7 lines
97 B
GraphQL
Raw Normal View History

2021-12-07 15:42:38 +00:00
mutation CreateGroup($name: String!) {
createGroup(name: $name) {
id
displayName
}
}