ExhibitorLeads
No description
type ExhibitorLeads {
contacts(
cursor: CursorPaginationInput
dateRange: DateRangeInput
withDuplicate: Boolean
): ContactLeadsConnection!
meetings(
cursor: CursorPaginationInput
dateRange: DateRangeInput
status: MeetingStatus = CONFIRMED
): MeetingConfirmLeadsConnection!
chats(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): ChatLeadsConnection!
documents(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): DocumentLeadsConnection!
products(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): ProductLeadsConnection!
advertisementViews(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): AdvertisementLeadsConnection!
advertisementOpen(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): AdvertisementLeadsConnection!
planningBookmarks(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): PlanningBookmarkLeadsConnection!
views(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): ExhibitorBoothLeadsConnection!
scans(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): ExhibitorBoothLeadsConnection!
bookmarks(
cursor: CursorPaginationInput
dateRange: DateRangeInput
): ExhibitorBoothLeadsConnection!
}
Fields
ExhibitorLeads.contacts
● ContactLeadsConnection!
non-null object
List of contact leads of an exhibitor
ExhibitorLeads.contacts.cursor
●CursorPaginationInput
input
ExhibitorLeads.contacts.dateRange
● DateRangeInput
input
ExhibitorLeads.contacts.withDuplicate
● Boolean
scalar
ExhibitorLeads.meetings
● MeetingConfirmLeadsConnection!
non-null object
List of meeting participant leads of an exhibitor
ExhibitorLeads.meetings.cursor
●CursorPaginationInput
input
ExhibitorLeads.meetings.dateRange
● DateRangeInput
input
ExhibitorLeads.meetings.status
● MeetingStatus
enum
ExhibitorLeads.chats
● ChatLeadsConnection!
non-null object
List of chats leads of an exhibitor
ExhibitorLeads.chats.cursor
●CursorPaginationInput
input
ExhibitorLeads.chats.dateRange
● DateRangeInput
input
ExhibitorLeads.documents
● DocumentLeadsConnection!
non-null object
List of document leads of an exhibitor
ExhibitorLeads.documents.cursor
●CursorPaginationInput
input
ExhibitorLeads.documents.dateRange
● DateRangeInput
input
ExhibitorLeads.products
● ProductLeadsConnection!
non-null object
List of product leads of an exhibitor
ExhibitorLeads.products.cursor
●CursorPaginationInput
input
ExhibitorLeads.products.dateRange
● DateRangeInput
input
ExhibitorLeads.advertisementViews
● AdvertisementLeadsConnection!
non-null object
List of advertisement view leads of an exhibitor
ExhibitorLeads.advertisementViews.cursor
●CursorPaginationInput
input
ExhibitorLeads.advertisementViews.dateRange
● DateRangeInput
input
ExhibitorLeads.advertisementOpen
● AdvertisementLeadsConnection!
non-null object
List of advertisement opened leads of an exhibitor
ExhibitorLeads.advertisementOpen.cursor
●CursorPaginationInput
input
ExhibitorLeads.advertisementOpen.dateRange
● DateRangeInput
input
ExhibitorLeads.planningBookmarks
● PlanningBookmarkLeadsConnection!
non-null object
List of planning bookmarks leads of an exhibitor
ExhibitorLeads.planningBookmarks.cursor
●CursorPaginationInput
input
ExhibitorLeads.planningBookmarks.dateRange
● DateRangeInput
input
ExhibitorLeads.views
● ExhibitorBoothLeadsConnection!
non-null object
List of view leads of an exhibitor
ExhibitorLeads.views.cursor
●CursorPaginationInput
input
ExhibitorLeads.views.dateRange
● DateRangeInput
input
ExhibitorLeads.scans
● ExhibitorBoothLeadsConnection!
non-null object
List of scan leads of an exhibitor
ExhibitorLeads.scans.cursor
●CursorPaginationInput
input
ExhibitorLeads.scans.dateRange
● DateRangeInput
input
ExhibitorLeads.bookmarks
● ExhibitorBoothLeadsConnection!
non-null object
List of bookmarks leads of an exhibitor
ExhibitorLeads.bookmarks.cursor
●CursorPaginationInput
input
ExhibitorLeads.bookmarks.dateRange
● DateRangeInput
input
Member Of
ExhibitorWithEvent
object