UpdatePlanningInput
No description
input UpdatePlanningInput {
planningId: ID!
title: String
titleTranslations: [TranslationStringInput!]
description: String
descriptionTranslations: [TranslationStringInput!]
bannerUrl: String
beginsAt: DateTime
endsAt: DateTime
canRegister: PlanningCanRegisterInput
communityProfileCanRegister: Boolean
clientId: ID
exhibitorIds: [ID!]
documentIds: [ID!]
hideAttendees: Boolean
isOverlappingAllowed: Boolean
isPrivate: Boolean
linkedPlannings: [PlanningsLinksInput!]
maxSeats: Int
twitterHashtag: String
onDemand: OnDemandComponentInput
liveStream: LiveStreamComponentInput
preRecorded: PreRecordedComponentInput
roundtable: RoundtableComponentInput
accessControlMode: PlanningAccessControlModeEnum
customFields: [CustomFieldUnionInput!]
withEvent: [PlanningWithEventInput!]
}
Fields
UpdatePlanningInput.planningId ● ID! non-null scalar
UpdatePlanningInput.title ● String scalar
UpdatePlanningInput.titleTranslations ● [TranslationStringInput!] list input
UpdatePlanningInput.description ● String scalar
UpdatePlanningInput.descriptionTranslations ● [TranslationStringInput!] list input
UpdatePlanningInput.bannerUrl ● String scalar
UpdatePlanningInput.beginsAt ● DateTime scalar
UpdatePlanningInput.endsAt ● DateTime scalar
UpdatePlanningInput.canRegister ● PlanningCanRegisterInput input
UpdatePlanningInput.communityProfileCanRegister ● Boolean scalar
UpdatePlanningInput.clientId ● ID scalar
UpdatePlanningInput.exhibitorIds ● [ID!] list scalar
Link the planning to one or more exhibitors. Removes the links for exhibitors not specified in the list.
UpdatePlanningInput.documentIds ● [ID!] list scalar
UpdatePlanningInput.hideAttendees ● Boolean scalar
UpdatePlanningInput.isOverlappingAllowed ● Boolean scalar
UpdatePlanningInput.isPrivate ● Boolean scalar
UpdatePlanningInput.linkedPlannings ● [PlanningsLinksInput!] list input
UpdatePlanningInput.maxSeats ● Int scalar
UpdatePlanningInput.twitterHashtag ● String scalar
UpdatePlanningInput.onDemand ● OnDemandComponentInput input
UpdatePlanningInput.liveStream ● LiveStreamComponentInput input
UpdatePlanningInput.preRecorded ● PreRecordedComponentInput input
UpdatePlanningInput.roundtable ● RoundtableComponentInput input
UpdatePlanningInput.accessControlMode ● PlanningAccessControlModeEnum enum
UpdatePlanningInput.customFields ● [CustomFieldUnionInput!] list input
Set custom fields for the planning.
UpdatePlanningInput.withEvent ● [PlanningWithEventInput!] list input
Member Of
UpdatePlanningsInput input