Skip to main content

CreateEventExhibitorInput

No description

input CreateEventExhibitorInput {
name: String!
nameTranslations: [TranslationStringInput!]
description: String
descriptionTranslations: [TranslationStringInput!]
logoUrl: String
adminEmail: String
websiteUrl: String
email: String
banner: BannerInput
booths: [UpdateExhibitorBoothInput!]
documents: IdListInput
address: AddressInput
phoneNumbers: [PhoneNumberInput!]
socialNetworks: [SocialNetworkInput!]
fields: [CreateFieldInput!]
features: ExhibitorFeatureInput
linkedExhibitors: ExhibitorLinkListInput
groupId: ID
}

Fields

CreateEventExhibitorInput.name ● String! non-null scalar

CreateEventExhibitorInput.nameTranslations ● [TranslationStringInput!] list input

CreateEventExhibitorInput.description ● String scalar

CreateEventExhibitorInput.descriptionTranslations ● [TranslationStringInput!] list input

CreateEventExhibitorInput.logoUrl ● String scalar

CreateEventExhibitorInput.adminEmail ● String scalar

CreateEventExhibitorInput.websiteUrl ● String scalar

CreateEventExhibitorInput.email ● String scalar

CreateEventExhibitorInput.banner ● BannerInput input

CreateEventExhibitorInput.booths ● [UpdateExhibitorBoothInput!] list input

Used to create or update booths. Set to null to remove all booths attached to the exhibitor

CreateEventExhibitorInput.documents ● IdListInput input

CreateEventExhibitorInput.address ● AddressInput input

CreateEventExhibitorInput.phoneNumbers ● [PhoneNumberInput!] list input

CreateEventExhibitorInput.socialNetworks ● [SocialNetworkInput!] list input

CreateEventExhibitorInput.fields ● [CreateFieldInput!] list input

CreateEventExhibitorInput.features ● ExhibitorFeatureInput input

CreateEventExhibitorInput.linkedExhibitors ● ExhibitorLinkListInput input

CreateEventExhibitorInput.groupId ● ID scalar

Member Of

ImportEventExhibitorInput input