Skip to main content

ContractConnection

A connection to a list of items.

type ContractConnection {
edges: [ContractEdge!]
nodes: [Contract!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ContractConnection.edges ● [ContractEdge!] list object

A list of edges.

ContractConnection.nodes ● [Contract!] list object

A flattened list of the nodes

ContractConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ContractConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

contracts query