DealExecutionScoreHistoriesConnection
A connection to a list of DealExecutionScoreHistory values.
type DealExecutionScoreHistoriesConnection {
nodes: [DealExecutionScoreHistory!]!
edges: [DealExecutionScoreHistoriesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
DealExecutionScoreHistoriesConnection.nodes ● [DealExecutionScoreHistory!]! non-null object
A list of DealExecutionScoreHistory objects.
DealExecutionScoreHistoriesConnection.edges ● [DealExecutionScoreHistoriesEdge!]! non-null object
A list of edges which contains the DealExecutionScoreHistory and cursor to aid in pagination.
DealExecutionScoreHistoriesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DealExecutionScoreHistoriesConnection.totalCount ● Int! non-null scalar
The count of *all* DealExecutionScoreHistory you could get from the connection.