| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 9 | -3/+135 |
| | | |||||
| * | Add pagination | Santo Cariotti | 2024-08-22 | 2 | -4/+16 |
| | | | | | Query is `users(limit: X offset Y)` with defaults X=20 Y=0 | ||||
| * | Create rust.yml | Santo Cariotti | 2024-08-21 | 1 | -0/+22 |
| | | |||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 9 | -33/+133 |
| | | |||||
| * | Add login | Santo Cariotti | 2024-08-21 | 8 | -7/+353 |
| | | | | | | | | | | | | | | | | | 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 | 4 | -23/+58 |
| | | | | | 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 | 7 | -42/+72 |
| | | |||||
| * | Init | Santo Cariotti | 2024-08-20 | 9 | -0/+2536 |
