Skip to main content

accordCalendarEventHistoriesConnection

Reads and enables pagination through a set of AccordCalendarEventHistory.

accordCalendarEventHistoriesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordCalendarEventHistoriesOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCalendarEventHistoryCondition
filter: AccordCalendarEventHistoryFilter
): AccordCalendarEventHistoriesConnection

Arguments

accordCalendarEventHistoriesConnection.first ● Int scalar

Only read the first n values of the set.

accordCalendarEventHistoriesConnection.last ● Int scalar

Only read the last n values of the set.

accordCalendarEventHistoriesConnection.offset ● Int scalar

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

accordCalendarEventHistoriesConnection.before ● Cursor scalar

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

accordCalendarEventHistoriesConnection.after ● Cursor scalar

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

accordCalendarEventHistoriesConnection.orderBy ● [AccordCalendarEventHistoriesOrderBy!] list enum

The method to use when ordering AccordCalendarEventHistory.

accordCalendarEventHistoriesConnection.condition ● AccordCalendarEventHistoryCondition input

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

accordCalendarEventHistoriesConnection.filter ● AccordCalendarEventHistoryFilter input

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

Type

AccordCalendarEventHistoriesConnection object

A connection to a list of AccordCalendarEventHistory values.