OBJECT
WhisperMessageConnection
Paginated list of messages in a thread.
link GraphQL Schema definition
1 type WhisperMessageConnection { 2 3 # The elements of the list. 4 : [WhisperMessageEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }