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