diff options
Diffstat (limited to 'src/graphql/query.rs')
-rw-r--r-- | src/graphql/query.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// }}"}' /// ``` |