saleor-apps-redis_apl/packages/e2e/graphql/mutations/Authorize.graphql

6 lines
126 B
GraphQL
Raw Normal View History

2023-04-14 07:00:50 +00:00
mutation Authorize($email: String!, $password: String!) {
tokenCreate(email: $email, password: $password) {
token
}
}