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