From 885393c445dd014dbb4a9a90aa23966db4b29711 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 3 Feb 2025 17:03:43 +0100 Subject: Show notifications list for alerts --- src/graphql/query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphql/query.rs') diff --git a/src/graphql/query.rs b/src/graphql/query.rs index ccade65..4ce767b 100644 --- a/src/graphql/query.rs +++ b/src/graphql/query.rs @@ -74,7 +74,7 @@ impl Query { /// curl http://localhost:8000/graphql /// -H 'authorization: Bearer ***' /// -H 'content-type: application/json' - /// -d '{"query":"{alerts(id: 12) {id, userId, createdAt, area, areaLevel2, areaLevel3, text1, text2, text3}}"}' + /// -d '{"query":"{alerts(id: 12) {id, userId, createdAt, area, areaLevel2, areaLevel3, text1, text2, text3, notifications {userId, latitude, longitude }}"}' /// ``` async fn alerts<'ctx>( &self, -- cgit v1.2.3-18-g5258