Skip to main content

DealExecutionScoresConnection

A connection to a list of DealExecutionScore values.

type DealExecutionScoresConnection {
nodes: [DealExecutionScore!]!
edges: [DealExecutionScoresEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DealExecutionScoresConnection.nodes ● [DealExecutionScore!]! non-null object

A list of DealExecutionScore objects.

DealExecutionScoresConnection.edges ● [DealExecutionScoresEdge!]! non-null object

A list of edges which contains the DealExecutionScore and cursor to aid in pagination.

DealExecutionScoresConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DealExecutionScoresConnection.totalCount ● Int! non-null scalar

The count of *all* DealExecutionScore you could get from the connection.

Returned By

dealExecutionScoresConnection query

Member Of

Accord object ● Workspace object