ConversationEdge
An edge in a connection.
type ConversationEdge {
cursor: String!
node: Conversation
}
Fields
ConversationEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ConversationEdge.node ● Conversation interface common
The item at the end of the edge.
Member of
ConversationConnection object