dealExecutionScores
Reads a set of DealExecutionScore.
dealExecutionScores(
first: Int
offset: Int
orderBy: [DealExecutionScoresOrderBy!]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): [DealExecutionScore!]
Arguments
dealExecutionScores.first ● Int scalar
Only read the first n values of the set.
dealExecutionScores.offset ● Int scalar
Skip the first n values.
dealExecutionScores.orderBy ● [DealExecutionScoresOrderBy!] list enum
The method to use when ordering DealExecutionScore.
dealExecutionScores.condition ● DealExecutionScoreCondition input
A condition to be used in determining which values should be returned by the collection.
dealExecutionScores.filter ● DealExecutionScoreFilter input
A filter to be used in determining which values should be returned by the collection.