ChatEdge
An edge in a connection.
type ChatEdge {
cursor: String!
node: Chat
}
Fields
ChatEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
ChatEdge.node
● Chat
object
The item at the end of the edge.
Member Of
ChatConnection
object