OBJECT
The connection type for Contract.
type ContractConnection {cursors: [String!]! # A list of edges.edges: [ContractEdge] # A list of nodes.nodes: [Contract] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }