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