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