Event
No description
type Event {
webhooks(
filters: WebhookFilterInput
): [Webhook!]!
address: Address
advertisements(
visibleOn: AdvertisementVisibleEnum = HOME
ids: [ID!]
): [AdvertisementUnion!]!
meetingPlacesAvailable(
slotId: ID
): [MeetingPlace!]! @deprecated
availableLocations(
slotId: ID
): [Location!]!
meetingSlotsAvailable(
participantIds: [ID!]
): [MeetingSlot!]!
bannerUrl: String @deprecated
banner: Banner
beginsAt: String!
liveAt: String
defaultLocationCapacity: Int!
code: String
createdAt: String
description: String
descriptionTranslations: [TranslationString!]!
documents(
filters: [DocumentsFilterInputType!]
order: [DocumentsOrderInputType!]
page: Int = 1
pageSize: Int = 10
search: String
): DocumentsResult
endsAt: String!
fieldDefinitions(
ids: [ID!]
target: FieldDefinitionTargetEnum
): [FieldDefinitionUnion!]!
eventPeopleFieldDefinitions: [FieldDefinitionUnion!]!
exhibitorCustomFieldGroups: [CustomFieldGroup]! @deprecated
exhibitorFieldDefinitions: [FieldDefinitionUnion!]!
exhibitorLinks: [ExhibitorLink!]!
exhibitorsTypes: [StylizedCategory!] @deprecated
groups: [EventGroup!]!
htmlDescription: String
id: String!
isLive: Boolean!
language: LanguageEnum!
latitude: Float
listEventViews(
filters: [ListEventViewsFilter!]
page: Int = 1
pageSize: Int = 100
search: String
): ListEventViewsResult!
longitude: Float
locations(
filters: EventLocationsFilterInput
cursor: CursorPaginationInput
): LocationConnection!
peopleCustomFieldGroups: [CustomFieldGroup]! @deprecated
planningFieldDefinitions: [FieldDefinitionUnion!]!
planningsCategories: [StylizedCategory!] @deprecated
planningsPlaces: [StylizedCategory!] @deprecated
planningsTypes: [StylizedCategory!] @deprecated
productCategories(
filter: ProductCategoriesFilterInput
cursor: CursorPaginationInput
): ProductCategoriesConnection!
products(
cursor: CursorPaginationInput
filter: ProductFilterInput
search: String
sort: [ProductSortInput!]
): ProductsConnection!
sendOnboardingRequest: Boolean!
slug: String!
speakersTypes: [StylizedCategory!]
sponsorsCategories: [StylizedCategory!]
timezone: String
title: String!
titleTranslations: [TranslationString!]!
totalAttendees(
ids: [String!]
search: String
): Int! @deprecated
totalExhibitorMembers(
ids: [String!]
search: String
): Int!
totalExhibitors(
ids: [String!]
search: String
): Int!
totalPlannings(
ids: [String!]
search: String
): Int!
totalSpeakers(
ids: [String!]
search: String
): Int!
translationLanguages: [LanguageEnum!]!
twitterHashtag: String
updatedAt: String
visibility: EventVisibilityEnum
backgroundImageUrl: String @deprecated
isPublic: Boolean!
canRegister: Boolean! @deprecated
isSuggested: Boolean!
showSimilarExhibitors: Boolean!
showSimilarProducts: Boolean!
showSimilarPlannings: Boolean!
accessCodeScans(
filter: AccessCodeScansFilterInput
cursor: CursorPaginationInput
): AccessCodeScansConnection!
ticketTypes(
ids: [ID!]
): [TicketType!]!
themes: [ThemeLink!]
pushNotifications(
search: String
filter: PushNotificationsFilterInput
cursor: CursorPaginationInput
sort: PushNotificationsSortInput
): PushNotificationConnection!
exhibitorRoles: [Role!]!
analytics: Analytics_EventWrapper @deprecated
}
Fields
Event.webhooks
● [Webhook!]!
non-null object
List webhooks for the event
Event.webhooks.filters
●WebhookFilterInput
input
Event.address
● Address
object
Event.advertisements
● [AdvertisementUnion!]!
non-null union
List all advertisements in the event.
Event.advertisements.visibleOn
●AdvertisementVisibleEnum
enumFilter advertisements based on event views - HOME for event home view or EVENT_VIEW for other views
Event.advertisements.ids
● [ID!]
list scalar
Event.meetingPlacesAvailable
● [MeetingPlace!]!
deprecated non-null object
DEPRECATEDUse availableLocations instead
List meeting places in the event available on a slot.
Event.meetingPlacesAvailable.slotId
●ID
scalar
Event.availableLocations
● [Location!]!
non-null object
List locations available for meetings on this slot. A slot is available if the meeting capacity is not reached.
Event.availableLocations.slotId
●ID
scalar
Event.meetingSlotsAvailable
● [MeetingSlot!]!
non-null object
List meeting slots in the event available for participants.
Event.meetingSlotsAvailable.participantIds
●[ID!]
list scalar
Event.bannerUrl
● String
deprecated scalar
DEPRECATEDUse field
banner
instead
Event.banner
● Banner
object
Event.beginsAt
● String!
non-null scalar
Event.liveAt
● String
scalar
Event.defaultLocationCapacity
● Int!
non-null scalar
Event.code
● String
scalar
Event.createdAt
● String
scalar
Event.description
● String
scalar
Event.descriptionTranslations
● [TranslationString!]!
non-null object
Event.documents
● DocumentsResult
object
Event.documents.filters
●[DocumentsFilterInputType!]
list input
Event.documents.order
● [DocumentsOrderInputType!]
list input
Event.documents.page
● Int
scalar
Event.documents.pageSize
● Int
scalar
Event.documents.search
● String
scalar
Event.endsAt
● String!
non-null scalar
Event.fieldDefinitions
● [FieldDefinitionUnion!]!
non-null union
List all field definitions in the event.
Event.fieldDefinitions.ids
●[ID!]
list scalar
Event.fieldDefinitions.target
● FieldDefinitionTargetEnum
enum
Event.eventPeopleFieldDefinitions
● [FieldDefinitionUnion!]!
non-null union
Event.exhibitorCustomFieldGroups
● [CustomFieldGroup]!
deprecated non-null object
DEPRECATEDUse exhibitorFieldDefinitions instead
Event.exhibitorFieldDefinitions
● [FieldDefinitionUnion!]!
non-null union
Event.exhibitorLinks
● [ExhibitorLink!]!
non-null object
Event.exhibitorsTypes
● [StylizedCategory!]
deprecated list object
DEPRECATEDUse exhibitorFieldDefinitions instead
Event.groups
● [EventGroup!]!
non-null object
Event.htmlDescription
● String
scalar
Event.id
● String!
non-null scalar
Event.isLive
● Boolean!
non-null scalar
Event.language
● LanguageEnum!
non-null enum
Event.latitude
● Float
scalar
Event.listEventViews
● ListEventViewsResult!
non-null object
Event.listEventViews.filters
●[ListEventViewsFilter!]
list input
Event.listEventViews.page
● Int
scalar
Event.listEventViews.pageSize
● Int
scalar
Event.listEventViews.search
● String
scalar
Event.longitude
● Float
scalar
Event.locations
● LocationConnection!
non-null object
Event.locations.filters
●EventLocationsFilterInput
input
Event.locations.cursor
● CursorPaginationInput
input
Event.peopleCustomFieldGroups
● [CustomFieldGroup]!
deprecated non-null object
DEPRECATEDUse field "eventPeopleFieldDefinitions" instead
Event.planningFieldDefinitions
● [FieldDefinitionUnion!]!
non-null union
Event.planningsCategories
● [StylizedCategory!]
deprecated list object
DEPRECATEDUse planningFieldDefinitions instead
Event.planningsPlaces
● [StylizedCategory!]
deprecated list object
DEPRECATEDUse planningFieldDefinitions instead
Event.planningsTypes
● [StylizedCategory!]
deprecated list object
DEPRECATEDUse planningFieldDefinitions instead
Event.productCategories
● ProductCategoriesConnection!
non-null object
List all product categories in the event.
Event.productCategories.filter
●ProductCategoriesFilterInput
input
Event.productCategories.cursor
● CursorPaginationInput
input
Event.products
● ProductsConnection!
non-null object
List all products in the event
Event.products.cursor
●CursorPaginationInput
input