OBJECT
SparkyChatMessageEdge
An edge in a connection.
link GraphQL Schema definition
- type SparkyChatMessageEdge {
- # The item at the end of the edge.
- : SparkyChatMessage
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type SparkyChatMessageEdge {
- # The item at the end of the edge.
- : SparkyChatMessage
- # A cursor for use in pagination.
- : Cursor!
- }