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