Skip to main content

ExhibitorWithEvent

No description

type ExhibitorWithEvent {
booth: String @deprecated
categoryLimits: [ExhibitorProductCategoryLimit!]!
booths: [Location!]!
totalMembers: Int!
documents: [Document!]
fields: [FieldUnion!]
linkedExhibitors: [ExhibitorLinkedExhibitors!]!
editableFields: ExhibitorEditableFields! @deprecated
advertisements(
ids: [ID!]
): [AdvertisementExhibitorUnion!]!
meetingSlotsByDay(
dateRange: DateRangeInput!
timezone: String
): MeetingSlotsByDayConnection
meetingSlots(
cursor: CursorPaginationInput
filter: MeetingSlotsFilterInput
): ExhibitorMeetingSlotsConnection
members(
page: Int!
pageSize: Int!
): [ExhibitorMember!]!
group: EventGroup
leads: ExhibitorLeads!
}

Fields

ExhibitorWithEvent.booth ● String deprecated scalar

DEPRECATED

use ExhibitorWithEvent.booths instead

ExhibitorWithEvent.categoryLimits ● [ExhibitorProductCategoryLimit!]! non-null object

Represents the category limits for the event level, use exhibitor.categoryLimits for community level limits

ExhibitorWithEvent.booths ● [Location!]! non-null object

ExhibitorWithEvent.totalMembers ● Int! non-null scalar

ExhibitorWithEvent.documents ● [Document!] list object

ExhibitorWithEvent.fields ● [FieldUnion!] list union

ExhibitorWithEvent.linkedExhibitors ● [ExhibitorLinkedExhibitors!]! non-null object

Lists exhibitor links with each linked exhibitors.

ExhibitorWithEvent.editableFields ● ExhibitorEditableFields! deprecated non-null object

DEPRECATED

Use Exhibitor.editableFields

ExhibitorWithEvent.advertisements ● [AdvertisementExhibitorUnion!]! non-null union

ExhibitorWithEvent.advertisements.ids ● [ID!] list scalar

ExhibitorWithEvent.meetingSlotsByDay ● MeetingSlotsByDayConnection object

ExhibitorWithEvent.meetingSlotsByDay.dateRange ● DateRangeInput! non-null input

Will only count slots on this date range. Maximum allowed is 3 months. Default is 6 weeks starting with the current date.

ExhibitorWithEvent.meetingSlotsByDay.timezone ● String scalar

Timezone according to which the slots will be grouped by day. Default is event timezone.

ExhibitorWithEvent.meetingSlots ● ExhibitorMeetingSlotsConnection object

ExhibitorWithEvent.meetingSlots.cursor ● CursorPaginationInput input
ExhibitorWithEvent.meetingSlots.filter ● MeetingSlotsFilterInput input

ExhibitorWithEvent.members ● [ExhibitorMember!]! non-null object

ExhibitorWithEvent.members.page ● Int! non-null scalar
ExhibitorWithEvent.members.pageSize ● Int! non-null scalar

ExhibitorWithEvent.group ● EventGroup object

Return the current group of the exhibitor. If the exhibitor is not in any group, it returns the default exhibitor group.

ExhibitorWithEvent.leads ● ExhibitorLeads! non-null object

List of exhibitor leads

Member Of

Exhibitor object