| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 4 | -28/+79 | |
| | | ||||||
| * | Add login | Santo Cariotti | 2024-08-21 | 5 | -3/+120 | |
| | | | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | |||||
| * | Reformat types mod | Santo Cariotti | 2024-08-21 | 4 | -50/+56 | |
| | | ||||||
| * | Add users | Santo Cariotti | 2024-08-21 | 3 | -23/+51 | |
| | | | | | Query must be something like '{users { id, email, password, isAdmin }}' | |||||
| * | Reformat graphql mod | Santo Cariotti | 2024-08-21 | 3 | -0/+49 | |
