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