ContactLeadsConnection
A connection type to paginate in a list of contact leads.
type ContactLeadsConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Connection!]!
}
Fields
ContactLeadsConnection.pageInfo ● PageInfo! non-null object
ContactLeadsConnection.totalCount ● Int! non-null scalar
ContactLeadsConnection.nodes ● [Connection!]! non-null object
Member Of
ExhibitorLeads object