TagEdge
An edge that contains a node of type Tag and a cursor.
type TagEdge {
node: Tag!
cursor: String!
}
Fields
TagEdge.node
● Tag!
non-null object
The Tag node.
TagEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
TagConnection
object