UpdateEventPlanningInput
Input for updating event planning. Note: clientId field is deprecated and will be removed in a future version.
input UpdateEventPlanningInput {
clientId: ID
titleTranslations: [TranslationStringInput!]
descriptionTranslations: [TranslationStringInput!]
bannerUrl: String
beginsAt: DateTime
endsAt: DateTime
isRatable: Boolean
canRegister: PlanningCanRegisterInput
communityProfileCanRegister: Boolean
hideAttendees: Boolean
isOverlappingAllowed: Boolean
isPrivate: Boolean
maxSeats: Int
hashtag: String
onDemand: OnDemandComponentInput
liveStream: LiveStreamComponentInput
preRecorded: PreRecordedComponentInput
roundtable: RoundtableComponentInput
accessControlMode: PlanningAccessControlModeEnum
customFields: [CustomFieldUnionInput!]
createFields: [CreateFieldInput!]
deleteFields: [ID!]
exhibitors: IdListInput
linkedPlannings: PlanningLinkListInput
documents: IdListInput
generateAiSummary: Boolean
speakersIds: [String!]
summary: [TranslationStringInput!]
}
Fields
UpdateEventPlanningInput.clientId ● ID scalar
DEPRECATED: This field is unused and will be removed in a future version.