OBJECT
MessageConnection
The connection type for Message.
link GraphQL Schema definition
- type MessageConnection {
- # A list of edges.
- MessageEdge!]! : [
- # A list of nodes.
- Message!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Long! :
- }