Planning
No description
type Planning implements OnDemandAwareInterface, LiveStreamAwareInterface, PreRecordedAwareInterface, RoundtableAwareInterface {
onDemand: OnDemandComponent
liveStream: LiveStreamComponent
preRecorded: PreRecordedComponent
roundtable: RoundtableComponent
community: Community!
attendees(
ids: [String!]
order: [AttendeeOrderInputType!]
page: Int!
pageSize: Int!
search: String
): [Attendee!]! @deprecated
peopleScanned(
scanType: AccessCodeScanActionEnum
): Int!
bannerUrl: String
beginsAt(
format: DateTimeFormat
): String!
beginsAtUTC: String!
endsAtUTC: String!
canRegister: PlanningCanRegister!
communityProfileCanRegister: Boolean!
categories: [String!]!
clientIds: [ID!]!
configuration: PlanningConfiguration!
contents: PlanningContents!
description: String!
descriptionTranslations: [TranslationString!]!
documents: [Document!]!
endsAt: String!
exhibitors: [Exhibitor!]!
fields: [FieldUnion!]!
hideAttendees: Boolean!
htmlDescription: String!
id: ID!
isOverlappingAllowed: Boolean!
isPrivate: Boolean!
isRatable: Boolean!
maxSeats: Int
place: String
planningsByPlanningLink: [PlanningsByPlanningLink!]!
speakers: [Speaker!]! @deprecated
SpeakerRoles: [PlanningSpeakerRole!]!
title: String!
titleTranslations: [TranslationString!]!
totalAttendees: Int!
twitterHashtag: String
type: String
streams: [PlanningStream!] @deprecated
format: PlanningFormatEnum!
averageRating: Float @deprecated
accessControlMode: PlanningAccessControlModeEnum
events: EventsConnection
createdAt: DateTime!
updatedAt: DateTime!
withEvent(
eventId: ID!
): PlanningWithEvent
generateAiSummary: Boolean!
isVideoHiddenToGuest: Boolean
isVideoHiddenToCommunityLevel: Boolean
videoRestrictedEventGroups: [EventGroup!]!
summary: [TranslationString!]!
}
Fields
Planning.onDemand ● OnDemandComponent object
Planning.liveStream ● LiveStreamComponent object
Planning.preRecorded ● PreRecordedComponent object
Planning.roundtable ● RoundtableComponent object
Planning.community ● Community! non-null object
Planning.attendees ● [Attendee!]! deprecated non-null object
DEPRECATED
Use withEvent.attendees instead