mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
GraphQL Query to create a new user.
This commit is contained in:
parent
9b15a4d118
commit
af6ab4d470
@ -94,3 +94,9 @@ export const transactionsQuery = gql`
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
export const resgisterUserQuery = gql`
|
||||
query($firstName: String!, $lastName: String!, $email: String!, $password: String!) {
|
||||
create(email: $email, firstName: $firstName, lastName: $lastName, password: $password)
|
||||
}
|
||||
`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user