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