MeetingParticipantsConnection
A connection to a list of MeetingParticipant values.
type MeetingParticipantsConnection {
nodes: [MeetingParticipant!]!
edges: [MeetingParticipantsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
MeetingParticipantsConnection.nodes ● [MeetingParticipant!]! non-null object
A list of MeetingParticipant objects.
MeetingParticipantsConnection.edges ● [MeetingParticipantsEdge!]! non-null object
A list of edges which contains the MeetingParticipant and cursor to aid in pagination.
MeetingParticipantsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
MeetingParticipantsConnection.totalCount ● Int! non-null scalar
The count of *all* MeetingParticipant you could get from the connection.
Returned By
meetingParticipantsConnection query
Member Of
Meeting object ● Workspace object ● WorkspaceAccount object