AdvertisementLeadsConnection
A connection type to paginate in a list of advertisement leads.
type AdvertisementLeadsConnection {
endCursor: String
totalCount: Int!
nodes: [AdvertisementLead!]!
}
Fields
AdvertisementLeadsConnection.endCursor
● String
scalar
AdvertisementLeadsConnection.totalCount
● Int!
non-null scalar
AdvertisementLeadsConnection.nodes
● [AdvertisementLead!]!
non-null object
Member Of
ExhibitorLeads
object