MeetingNodesConnection
A connection type to paginate in a list of meetings.
type MeetingNodesConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [MeetingNode!]!
}
Fields
MeetingNodesConnection.pageInfo
● PageInfo!
non-null object
MeetingNodesConnection.totalCount
● Int!
non-null scalar
MeetingNodesConnection.nodes
● [MeetingNode!]!
non-null object
Returned By
meetingsV2
query