generated from pascalmartineau/wp-skeleton
10 lines
157 B
GraphQL
10 lines
157 B
GraphQL
mutation userSwitchTo($userId: ID!) {
|
|
userSwitchTo(input: { userId: $userId }) {
|
|
authToken
|
|
refreshToken
|
|
user {
|
|
id
|
|
email
|
|
}
|
|
}
|
|
} |