| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 6 | -2/+123 | |
| | | ||||||
| * | Add pagination | Santo Cariotti | 2024-08-22 | 2 | -4/+16 | |
| | | | | | Query is `users(limit: X offset Y)` with defaults X=20 Y=0 | |||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 7 | -33/+84 | |
| | | ||||||
| * | Add login | Santo Cariotti | 2024-08-21 | 6 | -7/+128 | |
| | | | | | | | | | | | | | | | | | 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 | 4 | -15/+16 | |
| | | ||||||
| * | Add state for database | Santo Cariotti | 2024-08-20 | 5 | -26/+70 | |
| | | ||||||
| * | Init | Santo Cariotti | 2024-08-20 | 6 | -0/+237 | |
