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