Skip to main content

meetingParticipantsConnection

Reads and enables pagination through a set of MeetingParticipant.

meetingParticipantsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingParticipantsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingParticipantCondition
filter: MeetingParticipantFilter
): MeetingParticipantsConnection

Arguments

meetingParticipantsConnection.first ● Int scalar

Only read the first n values of the set.

meetingParticipantsConnection.last ● Int scalar

Only read the last n values of the set.

meetingParticipantsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

meetingParticipantsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

meetingParticipantsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

meetingParticipantsConnection.orderBy ● [MeetingParticipantsOrderBy!] list enum

The method to use when ordering MeetingParticipant.

meetingParticipantsConnection.condition ● MeetingParticipantCondition input

A condition to be used in determining which values should be returned by the collection.

meetingParticipantsConnection.filter ● MeetingParticipantFilter input

A filter to be used in determining which values should be returned by the collection.

Type

MeetingParticipantsConnection object

A connection to a list of MeetingParticipant values.