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