NodeEdge
Edge type containing the node and cursor information returned by a NodesConnection
type NodeEdge {
node: Node!
cursor: String!
}
Fields
NodeEdge.node
● Node!
non-null object
The node
NodeEdge.cursor
● String!
non-null scalar
Cursor identifying the node
Member of
NodesConnection
object