Files
TKT20009-Course-Project-I/frontend/graphql/mutations/login.graphql
T
2026-06-24 15:34:09 +02:00

6 lines
107 B
GraphQL

mutation Login($input: UsernamePasswordInput!) {
login(input: $input) {
...RegularUserResponse
}
}