MeetingNodesConnection
A connection type to paginate in a list of meetings.
type MeetingNodesConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [MeetingNode!]!
}
A connection type to paginate in a list of meetings.
type MeetingNodesConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [MeetingNode!]!
}
MeetingNodesConnection.pageInfo ● PageInfo! non-null objectMeetingNodesConnection.totalCount ● Int! non-null scalarMeetingNodesConnection.nodes