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