PersonConnection
A paginated list of Person edges.
type PersonConnection {
pageInfo: PageInfo!
edges: [PersonEdge!]!
}
Fields
PersonConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
PersonConnection.edges
● [PersonEdge!]!
non-null object
A list of Person edges.
Returned By
people
query
Member Of
User
object