index
:
backend
main
A GraphQL API for the Alert CAS project
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphql
/
query.rs
Age
Commit message (
Expand
)
Author
2025-01-17
Sound as binary string
Santo Cariotti
2024-10-20
Save notification's position info
Santo Cariotti
2024-10-18
Filter positions by list of moving activities
Santo Cariotti
2024-10-18
Use only one position per user
Santo Cariotti
2024-09-16
Use `AppState` instead of `String` using some traits
Santo Cariotti
2024-09-12
Each alert has text{1,2,3} for the three possible area
Santo Cariotti
2024-09-08
Filter notifications by optional id and optional seen
Santo Cariotti
2024-09-07
Use submodules mutations and query for types
Santo Cariotti
2024-09-03
Notification must be filtered by seen field
Santo Cariotti
2024-09-03
Add notification type
Santo Cariotti
2024-09-03
Add user query used to find an user by id
Santo Cariotti
2024-09-03
Add name and address fields for users
Santo Cariotti
2024-09-03
Add examples on doc
Santo Cariotti
2024-08-30
Add filter for alert by id
Santo Cariotti
2024-08-26
Add alerts
Santo Cariotti
2024-08-23
Add `lastPositions` query with filter by `movingActivity` param
Santo Cariotti
2024-08-23
Add doc
Santo Cariotti
2024-08-23
Filter positions by user id
Santo Cariotti
2024-08-22
Add position type and query on it
Santo Cariotti
2024-08-22
Add pagination
Santo Cariotti
2024-08-21
Authentication for endpoints
Santo Cariotti
2024-08-21
Reformat types mod
Santo Cariotti
2024-08-21
Add users
Santo Cariotti
2024-08-21
Reformat graphql mod
Santo Cariotti