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