Event
No description
type Event {
accessCodes: [AccessCode!]!
webhooks(
filters: WebhookFilterInput
): [Webhook!]!
community: Community!
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
sort: [MeetingPlaceSortInput!]
): 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!]!
codes(
search: String
filter: CodeFilterInput
cursor: CursorPaginationInput
sort: CodeSortInput
): CodesConnection!
}
Fields
Event.accessCodes ● [AccessCode!]! non-null object
List all access codes on the event
Event.webhooks ● [Webhook!]! non-null object
List webhooks for the event
Event.webhooks.filters ● WebhookFilterInput input
Event.community ● Community! non-null object
Event.address ● Address object
Event.advertisements ● [AdvertisementUnion!]! non-null union
List all advertisements in the event.
Event.advertisements.visibleOn ● AdvertisementVisibleEnum enum
Filter 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
Use 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
Use 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
Use exhibitorFieldDefinitions instead
Event.exhibitorFieldDefinitions ● [FieldDefinitionUnion!]! non-null union
Event.exhibitorLinks ● [ExhibitorLink!]! non-null object
Event.exhibitorsTypes ● [StylizedCategory!] deprecated list object
Use 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.locations.sort ● [MeetingPlaceSortInput!] list input
Event.peopleCustomFieldGroups ● [CustomFieldGroup]! deprecated non-null object
Use field "eventPeopleFieldDefinitions" instead
Event.planningFieldDefinitions ● [FieldDefinitionUnion!]! non-null union
Event.planningsCategories ● [StylizedCategory!] deprecated list object
Use planningFieldDefinitions instead
Event.planningsPlaces ● [StylizedCategory!] deprecated list object
Use planningFieldDefinitions instead
Event.planningsTypes ● [StylizedCategory!] deprecated list object
Use 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
Event.products.filter ● ProductFilterInput input
Event.products.search ● String scalar
Event.products.sort ● [ProductSortInput!] list input
Event.sendOnboardingRequest ● Boolean! non-null scalar
Event.slug ● String! non-null scalar
Event.speakersTypes ● [StylizedCategory!] list object
Event.sponsorsCategories ● [StylizedCategory!] list object
Event.timezone ● String scalar
Event.title ● String! non-null scalar
Event.titleTranslations ● [TranslationString!]! non-null object
Event.totalAttendees ● Int! deprecated non-null scalar
Used eventGroups (peopleCount) instead
Event.totalAttendees.ids ● [String!] list scalar
Event.totalAttendees.search ● String scalar
Event.totalExhibitorMembers ● Int! non-null scalar
Event.totalExhibitorMembers.ids ● [String!] list scalar
Event.totalExhibitorMembers.search ● String scalar
Event.totalExhibitors ● Int! non-null scalar
Event.totalExhibitors.ids ● [String!] list scalar
Event.totalExhibitors.search ● String scalar
Event.totalPlannings ● Int! non-null scalar
Event.totalPlannings.ids ● [String!] list scalar
Event.totalPlannings.search ● String scalar
Event.totalSpeakers ● Int! non-null scalar
Event.totalSpeakers.ids ● [String!] list scalar
Event.totalSpeakers.search ● String scalar
Event.translationLanguages ● [LanguageEnum!]! non-null enum
Event.twitterHashtag ● String scalar
Event.updatedAt ● String scalar
Event.visibility ● EventVisibilityEnum enum
Event.backgroundImageUrl ● String deprecated scalar
Use themes instead
Event.isPublic ● Boolean! non-null scalar
When true, event is accessible for everyone (including anonymous users).
Event.canRegister ● Boolean! deprecated non-null scalar
Use registrationSettings instead
When true, every user can register to the event.
Event.isSuggested ● Boolean! non-null scalar
When true, event is listed a the list of suggested events.
Event.showSimilarExhibitors ● Boolean! non-null scalar
when false, similarExhibitors are always blank
Event.showSimilarProducts ● Boolean! non-null scalar
when false, similarProducts are always blank
Event.showSimilarPlannings ● Boolean! non-null scalar
when false, similarPlannings are always blank
Event.accessCodeScans ● AccessCodeScansConnection! non-null object
List scans done from access codes.
Event.accessCodeScans.filter ● AccessCodeScansFilterInput input
Event.accessCodeScans.cursor ● CursorPaginationInput input
Event.ticketTypes ● [TicketType!]! non-null object
List ticket types.
Event.ticketTypes.ids ● [ID!] list scalar
Event.themes ● [ThemeLink!] list object
Event.pushNotifications ● PushNotificationConnection! non-null object
Event.pushNotifications.search ● String scalar
Event.pushNotifications.filter ● PushNotificationsFilterInput input
Event.pushNotifications.cursor ● CursorPaginationInput input
Event.pushNotifications.sort ● PushNotificationsSortInput input
Event.exhibitorRoles ● [Role!]! non-null object
Event.codes ● CodesConnection! non-null object
Event.codes.search ● String scalar
Event.codes.filter ● CodeFilterInput input
Event.codes.cursor ● CursorPaginationInput input
Event.codes.sort ● CodeSortInput input
Returned By
Member Of
Connection object ● CreateFieldDefinitionPayload object ● DeleteFieldDefinitionsPayload object ● Document object ● EventsConnection object ● MeetingGenerationExplanations object ● PushNotificationEventAttendeeTarget object ● PushNotificationEventRedirection object ● UpdateFieldDefinitionPayload object