CorrespondenceConnection
A paginated list of Correspondence edges.
type CorrespondenceConnection {
pageInfo: PageInfo!
edges: [CorrespondenceEdge!]!
}
Fields
CorrespondenceConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
CorrespondenceConnection.edges
● [CorrespondenceEdge!]!
non-null object
A list of Correspondence edges.
Returned By
correspondences
query