OBJECT
The connection type for Contract.
type ContractConnection {# A list of edges.edges: [ContractEdge] # A list of nodes.nodes: [Contract] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }