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