From a56ecb83c70e57144a4b01153aab21656c97e366 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 17 Jan 2025 20:41:20 +0100 Subject: Sound as binary string --- 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 63ca49c..ccade65 100644 --- a/src/graphql/query.rs +++ b/src/graphql/query.rs @@ -95,7 +95,7 @@ impl Query { /// -H 'content-type: application/json' /// -d '{"query":"{notifications { /// id, - /// alert { id, userId, createdAt, area, areaLevel2, areaLevel3, text1, text2, text3, reachedUsers }, + /// alert { id, userId, createdAt, area, areaLevel2, areaLevel3, text1, text2, text3, audio1, audio2, audio3, reachedUsers }, /// userId, latitude, longitude, movingActivity, level, seen, createdAt /// }}"}' /// ``` -- cgit v1.2.3-18-g5258