Skip to main content

dealCriteriaAssociationsConnection

Reads and enables pagination through a set of DealCriteriaAssociation.

dealCriteriaAssociationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): DealCriteriaAssociationsConnection

Arguments

dealCriteriaAssociationsConnection.first ● Int scalar

Only read the first n values of the set.

dealCriteriaAssociationsConnection.last ● Int scalar

Only read the last n values of the set.

dealCriteriaAssociationsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

dealCriteriaAssociationsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

dealCriteriaAssociationsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

dealCriteriaAssociationsConnection.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum

The method to use when ordering DealCriteriaAssociation.

dealCriteriaAssociationsConnection.condition ● DealCriteriaAssociationCondition input

A condition to be used in determining which values should be returned by the collection.

dealCriteriaAssociationsConnection.filter ● DealCriteriaAssociationFilter input

A filter to be used in determining which values should be returned by the collection.

Type

DealCriteriaAssociationsConnection object

A connection to a list of DealCriteriaAssociation values.