summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add loginSanto Cariotti2024-08-216-7/+128
| | | | | | | | | | | | | | | | 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-213-23/+51
| | | | Query must be something like '{users { id, email, password, isAdmin }}'
* Reformat graphql modSanto Cariotti2024-08-214-15/+16
|
* Add state for databaseSanto Cariotti2024-08-205-26/+70
|
* InitSanto Cariotti2024-08-206-0/+237