saleor-apps-redis_apl/packages/e2e-toolkit/graphql/mutations/Authorize.graphql
Lukasz Ostrowski 8cb9cbfbae cleanup
2023-04-14 13:21:55 +02:00

5 lines
126 B
GraphQL

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