ExhibitorInput
No description
input ExhibitorInput {
address: AddressInput
booth: String
booths: [UpdateExhibitorBoothInput!]
categories: [String!]
email: String
createFields: [CreateFieldInput!]
deleteFields: [ID!]
description: String
documents: [DocumentInput!]
documentsOrder: OrderIdListInput
documentsV2: IdListInput
features: ExhibitorFeatureInput
id: String
clientId: ID
logoUrl: String
membersIds: [String!]
name: String
nameTranslations: [TranslationStringInput!]
descriptionTranslations: [TranslationStringInput!]
phoneNumbers: [PhoneNumberInput!]
socialNetworks: [SocialNetworkInput!]
tags: [String!]
type: String
websiteUrl: String
groupId: ID
}
Fields
ExhibitorInput.address ● AddressInput input
ExhibitorInput.booth ● String scalar
Deprecated: use booths instead
ExhibitorInput.booths ● [UpdateExhibitorBoothInput!] list input
List of locations to assign to this exhibitor as exhibitor booths. The order will define what position they will occupy on the exhibitor's page. If null, all booths will be detached from the exhibitor.
ExhibitorInput.categories ● [String!] list scalar
ExhibitorInput.email ● String scalar
ExhibitorInput.createFields ● [CreateFieldInput!] list input
ExhibitorInput.deleteFields ● [ID!] list scalar
ExhibitorInput.description ● String scalar
ExhibitorInput.documents ● [DocumentInput!] list input
ExhibitorInput.documentsOrder ● OrderIdListInput input
ExhibitorInput.documentsV2 ● IdListInput input
ExhibitorInput.features ● ExhibitorFeatureInput input
ExhibitorInput.id ● String scalar
ExhibitorInput.clientId ● ID scalar
ExhibitorInput.logoUrl ● String scalar
ExhibitorInput.membersIds ● [String!] list scalar
ExhibitorInput.name ● String scalar
ExhibitorInput.nameTranslations ● [TranslationStringInput!] list input
ExhibitorInput.descriptionTranslations ● [TranslationStringInput!] list input
ExhibitorInput.phoneNumbers ● [PhoneNumberInput!] list input
ExhibitorInput.socialNetworks ● [SocialNetworkInput!] list input
ExhibitorInput.tags ● [String!] list scalar
ExhibitorInput.type ● String scalar
ExhibitorInput.websiteUrl ● String scalar
ExhibitorInput.groupId ● ID scalar
Member Of
upsertEventExhibitors mutation