lldap/server/tests/queries/create_user.graphql

6 lines
88 B
GraphQL
Raw Normal View History

2023-04-07 19:56:23 +00:00
mutation CreateUser($user: CreateUserInput!) {
createUser(user: $user) {
id
}
}