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