mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
4 lines
100 B
GraphQL
4 lines
100 B
GraphQL
mutation login($email: String!, $password: String!) {
|
|
login(email: $email, password: $password)
|
|
}
|