generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
9
wp-content/themes/ccat/server/api/login.gql
Normal file
9
wp-content/themes/ccat/server/api/login.gql
Normal file
@@ -0,0 +1,9 @@
|
||||
mutation login($email: String!, $password: String!) {
|
||||
login(input: { username: $email, password: $password }) {
|
||||
authToken
|
||||
refreshToken
|
||||
user {
|
||||
email
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user