MeetingParticipantsEdge
A MeetingParticipant edge in the connection.
type MeetingParticipantsEdge {
cursor: Cursor
node: MeetingParticipant!
}
Fields
MeetingParticipantsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
MeetingParticipantsEdge.node ● MeetingParticipant! non-null object
The MeetingParticipant at the end of the edge.
Member Of
CreateMeetingParticipantPayload object ● DeleteMeetingParticipantPayload object ● MeetingParticipantsConnection object ● UpdateMeetingParticipantPayload object