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