PersonConnection
No description
type PersonConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [PersonEdge]
}
Fields
PersonConnection.count ● Int scalar
PersonConnection.offset ● Int scalar
PersonConnection.pagesize ● Int scalar
PersonConnection.first ● ID scalar
PersonConnection.previous ● ID scalar
PersonConnection.next ● ID scalar
PersonConnection.last ● ID scalar
PersonConnection.edges ● [PersonEdge] list object
Returned By
PersonConection query
Member Of
PersonConnectionType object