UpsertEventPlanningInput
No description
input UpsertEventPlanningInput {
bannerUrl: String
beginsAt: DateTime
canRegister: PlanningCanRegisterInput
communityProfileCanRegister: Boolean
categories: [String!]
clientId: String
configuration: PlanningConfigurationInput
customFields: [CustomFieldUnionInput!]
createFields: [CreateFieldInput!]
deleteFields: [ID!]
description: String
descriptionTranslations: [TranslationStringInput!]
documentsOrder: OrderIdListInput
documentsV2: IdListInput
endsAt: DateTime
exhibitorsIds: [String!]
hash: String!
hideAttendees: Boolean
isRatable: Boolean
id: String
isOverlappingAllowed: Boolean
isPrivate: Boolean
linkedPlannings: PlanningLinkListInput
maxSeats: Int
place: String
speakersIds: [String!]
title: String
titleTranslations: [TranslationStringInput!]
twitter: String
twitterHashtag: String
type: String
visibility: EventPlanningTypeEnum
onDemand: OnDemandComponentInput
liveStream: LiveStreamComponentInput
preRecorded: PreRecordedComponentInput
roundtable: RoundtableComponentInput
accessControlMode: PlanningAccessControlModeEnum
generateAiSummary: Boolean
summary: [TranslationStringInput!]
}
Fields
UpsertEventPlanningInput.bannerUrl ● String scalar
UpsertEventPlanningInput.beginsAt ● DateTime scalar
UpsertEventPlanningInput.canRegister ● PlanningCanRegisterInput input
UpsertEventPlanningInput.communityProfileCanRegister ● Boolean scalar
UpsertEventPlanningInput.categories ● [String!] list scalar
UpsertEventPlanningInput.clientId ● String scalar
UpsertEventPlanningInput.configuration ● PlanningConfigurationInput input
UpsertEventPlanningInput.customFields ● [CustomFieldUnionInput!] list input
Set custom fields for the planning.
UpsertEventPlanningInput.createFields ● [CreateFieldInput!] list input
UpsertEventPlanningInput.deleteFields ● [ID!] list scalar
UpsertEventPlanningInput.description ● String scalar
UpsertEventPlanningInput.descriptionTranslations ● [TranslationStringInput!] list input
UpsertEventPlanningInput.documentsOrder ● OrderIdListInput input
UpsertEventPlanningInput.documentsV2 ● IdListInput input
UpsertEventPlanningInput.endsAt ● DateTime scalar
UpsertEventPlanningInput.exhibitorsIds ● [String!] list scalar
UpsertEventPlanningInput.hash ● String! non-null scalar
UpsertEventPlanningInput.hideAttendees ● Boolean scalar
UpsertEventPlanningInput.isRatable ● Boolean scalar
UpsertEventPlanningInput.id ● String scalar
UpsertEventPlanningInput.isOverlappingAllowed ● Boolean scalar
UpsertEventPlanningInput.isPrivate ● Boolean scalar
UpsertEventPlanningInput.linkedPlannings ● PlanningLinkListInput input
UpsertEventPlanningInput.maxSeats ● Int scalar
UpsertEventPlanningInput.place ● String scalar
UpsertEventPlanningInput.speakersIds ● [String!] list scalar
UpsertEventPlanningInput.title ● String scalar
UpsertEventPlanningInput.titleTranslations ● [TranslationStringInput!] list input
UpsertEventPlanningInput.twitter ● String scalar
UpsertEventPlanningInput.twitterHashtag ● String scalar
UpsertEventPlanningInput.type ● String scalar
UpsertEventPlanningInput.visibility ● EventPlanningTypeEnum enum
UpsertEventPlanningInput.onDemand ● OnDemandComponentInput input
UpsertEventPlanningInput.liveStream ● LiveStreamComponentInput input
UpsertEventPlanningInput.preRecorded ● PreRecordedComponentInput input
UpsertEventPlanningInput.roundtable ● RoundtableComponentInput input
UpsertEventPlanningInput.accessControlMode ● PlanningAccessControlModeEnum enum
UpsertEventPlanningInput.generateAiSummary ● Boolean scalar
UpsertEventPlanningInput.summary ● [TranslationStringInput!] list input
Member Of
upsertEventPlannings mutation