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