PersonConnection
No description
type PersonConnection {
pageInfo: PageInfo!
edges: [PersonEdge]!
}
Fields
PersonConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
PersonConnection.edges ● [PersonEdge]! non-null object
Contains the nodes in this connection.
Member Of
Website object