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
}
}