Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-23 | Add doc | Santo Cariotti | |
2024-08-23 | Filter positions by user id | Santo Cariotti | |
2024-08-22 | Add field `moving activity` | Santo Cariotti | |
Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity | |||
2024-08-22 | Add position type and query on it | Santo Cariotti | |
2024-08-22 | Add pagination | Santo Cariotti | |
Query is `users(limit: X offset Y)` with defaults X=20 Y=0 | |||
2024-08-21 | Authentication for endpoints | Santo Cariotti | |
2024-08-21 | Add login | Santo Cariotti | |
Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | |||
2024-08-21 | Reformat types mod | Santo Cariotti | |
2024-08-21 | Add users | Santo Cariotti | |
Query must be something like '{users { id, email, password, isAdmin }}' | |||
2024-08-21 | Reformat graphql mod | Santo Cariotti | |