| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 1 | -3/+6 |
| | | |||||
| * | Add login | Santo Cariotti | 2024-08-21 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | ||||
| * | Reformat graphql mod | Santo Cariotti | 2024-08-21 | 1 | -0/+11 |
