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