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
●AccessCodeScanActionEnum
enum
Planning.bannerUrl
● String
scalar
Planning.beginsAt
● String!
non-null scalar
Planning.beginsAt.format
●DateTimeFormat
enum
Planning.beginsAtUTC
● String!
non-null scalar
Planning.endsAtUTC
● String!
non-null scalar
Planning.canRegister
● PlanningCanRegister!
non-null object
Planning.communityProfileCanRegister
● Boolean!
non-null scalar
Planning.categories
● [String!]!
non-null scalar
Planning.clientIds
● [ID!]!
non-null scalar
Planning.configuration
● PlanningConfiguration!
non-null object
Planning.contents
● PlanningContents!
non-null object
Planning.description
● String!
non-null scalar
Planning.descriptionTranslations
● [TranslationString!]!
non-null object
Planning.documents
● [Document!]!
non-null object
Planning.endsAt
● String!
non-null scalar
Planning.exhibitors
● [Exhibitor!]!
non-null object
Planning.fields
● [FieldUnion!]!
non-null union
Planning.hideAttendees
● Boolean!
non-null scalar
Planning.htmlDescription
● String!
non-null scalar
Planning.id
● ID!
non-null scalar
Planning unique id
Planning.isOverlappingAllowed
● Boolean!
non-null scalar
Planning.isPrivate
● Boolean!
non-null scalar
Planning.isRatable
● Boolean!
non-null scalar
Planning.maxSeats
● Int
scalar
Planning.place
● String
scalar
Planning.planningsByPlanningLink
● [PlanningsByPlanningLink!]!
non-null object
Planning.speakers
● [Speaker!]!
non-null object
Planning.title
● String!
non-null scalar
Planning.titleTranslations
● [TranslationString!]!
non-null object
Planning.totalAttendees
● Int!
non-null scalar
Planning.twitterHashtag
● String
scalar
Planning.type
● String
scalar
Planning.streams
● [PlanningStream!]
deprecated list union
DEPRECATEDUse fields onDemand, preRecorded, liveStream instead to get streaming information.
Planning.format
● PlanningFormatEnum!
non-null enum
Planning.averageRating
● Float
deprecated scalar
DEPRECATEDUse withEvent.averageRating instead
Planning.accessControlMode
● PlanningAccessControlModeEnum
enum
Planning.events
● EventsConnection
object
Planning.updatedAt
● DateTime!
non-null scalar
Planning.withEvent
● PlanningWithEvent
object
Planning.withEvent.eventId
●ID!
non-null scalar
Interfaces
OnDemandAwareInterface
interface
LiveStreamAwareInterface
interface
PreRecordedAwareInterface
interface
RoundtableAwareInterface
interface
Returned by
deleteEventPlannings
mutation ● plannings
query ● upsertEventPlannings
mutation
Member Of
AccessCodeScan
object ● Analytics_CommunityPlannings
object ● Analytics_Plannings
object ● EventPerson
object ● EventPersonWithEvent
object ● PlanningAttendee
object ● PlanningsByPlanningLink
object ● PushNotificationPlanningAttendeeTarget
object ● PushNotificationPlanningRedirection
object ● Speaker
object ● UpdatePlanningsPayload
object ● UpsertPlanningRedirectUrlViewPayload
object