generated from pascalmartineau/wp-skeleton
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s
9 lines
146 B
GraphQL
9 lines
146 B
GraphQL
mutation switchTo($userId: ID!) {
|
|
switchTo(input: { userId: $userId }) {
|
|
authToken
|
|
refreshToken
|
|
user {
|
|
...AuthUser
|
|
}
|
|
}
|
|
} |