lldap/migration-tool/queries/create_user.graphql

6 lines
88 B
GraphQL
Raw Normal View History

2021-12-07 15:42:38 +00:00
mutation CreateUser($user: CreateUserInput!) {
createUser(user: $user) {
id
}
}