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