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!]!
title: String!
titleTranslations: [TranslationString!]!
totalAttendees: Int!
twitterHashtag: String
type: String
streams: [PlanningStream!] @deprecated
format: PlanningFormatEnum!
averageRating: Float @deprecated
accessControlMode: PlanningAccessControlModeEnum
events: EventsConnection
updatedAt: DateTime!
withEvent(
eventId: ID!
): PlanningWithEvent
}
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
DEPRECATEDUse withEvent.attendees instead
Planning.attendees.ids●[String!]list scalar
Planning.attendees.order ● [AttendeeOrderInputType!] list input
Planning.attendees.page ● Int! non-null scalar
Planning.attendees.pageSize ● Int! non-null scalar
Planning.attendees.search ● String scalar
Planning.peopleScanned ● Int! non-null scalar
Planning.peopleScanned.scanType●AccessCodeScanActionEnumenum
Planning.bannerUrl ● String scalar
Planning.beginsAt ● String! non-null scalar
Planning.beginsAt.format●DateTimeFormatenum