summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Authentication for endpointsSanto Cariotti2024-08-219-33/+133
|
* Add loginSanto Cariotti2024-08-218-7/+353
| | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ```
* Reformat types modSanto Cariotti2024-08-214-50/+56
|
* Add usersSanto Cariotti2024-08-214-23/+58
| | | | Query must be something like '{users { id, email, password, isAdmin }}'
* Reformat graphql modSanto Cariotti2024-08-214-15/+16
|
* Add state for databaseSanto Cariotti2024-08-207-42/+72
|
* InitSanto Cariotti2024-08-209-0/+2536