This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
lldap
Watch
1
Star
0
Fork
You've already forked lldap
0
mirror of
https://github.com/lldap/lldap.git
synced
2024-11-24 16:47:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
70bbe7f5ad
lldap
/
app
/
queries
/
create_user.graphql
7 lines
105 B
GraphQL
Raw
Normal View
History
Unescape
Escape
graphql: Add a method to update a user
2021-09-01 08:00:51 +00:00
mutation
CreateUser
(
$user
:
CreateUserInput
!
)
{
app: migrate user creation to GraphQL
2021-08-30 07:50:10 +00:00
createUser
(
user
:
$user
)
{
id
creationDate
}
}
Reference in a new issue
Copy permalink