generated from pascalmartineau/wp-skeleton
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
10 lines
149 B
GraphQL
10 lines
149 B
GraphQL
mutation switchTo($userId: ID!) {
|
|
switchTo(input: { userId: $userId }) {
|
|
authToken
|
|
refreshToken
|
|
user {
|
|
id
|
|
email
|
|
}
|
|
}
|
|
} |