MeetingConfirmLeadsConnection
A connection type to paginate in a list of meetings.
type MeetingConfirmLeadsConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Meeting!]!
}
Fields
MeetingConfirmLeadsConnection.pageInfo ● PageInfo! non-null object
MeetingConfirmLeadsConnection.totalCount ● Int! non-null scalar
MeetingConfirmLeadsConnection.nodes ● [Meeting!]! non-null union
Member Of
ExhibitorLeads object