lldap/server/tests/queries/create_group.graphql

7 lines
97 B
GraphQL
Raw Normal View History

2023-04-07 19:56:23 +00:00
mutation CreateGroup($name: String!) {
createGroup(name: $name) {
id
displayName
}
}