PersonConnection
The connection type for Person.
type PersonConnection {
edges: [PersonEdge]
nodes: [Person]
pageInfo: PageInfo!
}
Fields
PersonConnection.edges ● [PersonEdge] list object
A list of edges.
PersonConnection.nodes ● [Person] list object
A list of nodes.
PersonConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Returned by
searchPeople query