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