This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lldap
Watch
1
Star
0
Fork
0
You've already forked lldap
mirror of
https://github.com/nitnelave/lldap.git
synced
2023-04-12 14:25:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a0b0b455ed
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 New Issue
Copy Permalink