OBJECT

WhisperMessageEdge

Element in a list of messages.

link GraphQL Schema definition

1type WhisperMessageEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# The whisper message.
7node: WhisperMessage!
8
9}