feat: register validation + create + admin improvements
This commit is contained in:
13
client/graph/register/register-mutation-create.gql
Normal file
13
client/graph/register/register-mutation-create.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
mutation($email: String!, $password: String!, $name: String!) {
|
||||
authentication {
|
||||
register(email: $email, password: $password, name: $name) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
jwt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user