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