Files
cultureat-bak/wp-content/themes/ccat/app/graphql/switchTo.gql
Pascal Martineau 4e9ad82d96
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
refactor: rename userSwitchTo
2025-09-18 11:50:02 -04:00

10 lines
149 B
GraphQL

mutation switchTo($userId: ID!) {
switchTo(input: { userId: $userId }) {
authToken
refreshToken
user {
id
email
}
}
}