dealCriteriaHistoriesConnection
Reads and enables pagination through a set of DealCriteriaHistory.
dealCriteriaHistoriesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaHistoriesOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaHistoryCondition
filter: DealCriteriaHistoryFilter
): DealCriteriaHistoriesConnection
Arguments
dealCriteriaHistoriesConnection.first ● Int scalar
Only read the first n values of the set.
dealCriteriaHistoriesConnection.last ● Int scalar
Only read the last n values of the set.
dealCriteriaHistoriesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
dealCriteriaHistoriesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
dealCriteriaHistoriesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
dealCriteriaHistoriesConnection.orderBy ● [DealCriteriaHistoriesOrderBy!] list enum
The method to use when ordering DealCriteriaHistory.
dealCriteriaHistoriesConnection.condition ● DealCriteriaHistoryCondition input
A condition to be used in determining which values should be returned by the collection.
dealCriteriaHistoriesConnection.filter ● DealCriteriaHistoryFilter input
A filter to be used in determining which values should be returned by the collection.
Type
DealCriteriaHistoriesConnection object
A connection to a list of DealCriteriaHistory values.