Last update:
June 20, 2024
pushMessages query¶
This query is used to retrieve push messages, including the unread count and the list of messages.
Arguments¶
Argument | Description |
---|---|
after String |
The cursor to fetch messages after a specific point. |
first Int |
The number of messages to retrieve. |
keyword String |
A keyword to filter the messages. |
sort String |
The sorting criteria for the messages. |
unreadOnly Boolean |
Flag indicating whether to retrieve only unread messages. |
withHidden Boolean |
Flag indicating whether to include hidden messages. |
cultureName String |
A language to retrieve data in. |
Possible returns¶
Possible return | Description |
---|---|
PushMessageConnection |
The structured data for push messages response. |