Skip to content
Last update: July 26, 2024

PushMessageConnection object

This type defines the structure of the response containing push messages.

Fields

Field Description
totalCount Int The total number of push messages.
pageInfo PageInfo! Information about pagination.
edges [PushMessageEdge] A list of edges, each containing a PushMessageType.
items [PushMessageType!]! An array containing individual push messages.