1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00
lldap/app/queries/create_user.graphql

7 lines
105 B
GraphQL
Raw Normal View History

2021-09-01 08:00:51 +00:00
mutation CreateUser($user: CreateUserInput!) {
2021-08-30 07:50:10 +00:00
createUser(user: $user) {
id
creationDate
}
}