summaryrefslogtreecommitdiffstats
path: root/src/graphql/routes.rs
Commit message (Collapse)AuthorAgeFilesLines
* Authentication for endpointsSanto Cariotti2024-08-211-3/+6
|
* Add loginSanto Cariotti2024-08-211-3/+4
| | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ```
* Reformat graphql modSanto Cariotti2024-08-211-0/+11