saleor-apps-redis_apl/packages/e2e/graphql/mutations/Authorize.graphql
2023-04-14 13:21:04 +02:00

5 lines
126 B
GraphQL

mutation Authorize($email: String!, $password: String!) {
tokenCreate(email: $email, password: $password) {
token
}
}