PlanningWithEvent
No description
type PlanningWithEvent implements LiveStreamAwareInterface, OnDemandAwareInterface, PreRecordedAwareInterface, RoundtableAwareInterface {
liveStream: LiveStreamComponent
onDemand: OnDemandComponent
preRecorded: PreRecordedComponent
roundtable: RoundtableComponent
exhibitors: [Exhibitor!]!
fields: [FieldUnion!]!
totalAttendees: Int!
attendees(
ids: [String!]
order: [AttendeeOrderInputType!]
page: Int!
pageSize: Int!
search: String
): [Attendee!]!
averageRating: Float
}
Fields
PlanningWithEvent.liveStream
● LiveStreamComponent
object
PlanningWithEvent.onDemand
● OnDemandComponent
object
PlanningWithEvent.preRecorded
● PreRecordedComponent
object
PlanningWithEvent.roundtable
● RoundtableComponent
object
PlanningWithEvent.exhibitors
● [Exhibitor!]!
non-null object
PlanningWithEvent.fields
● [FieldUnion!]!
non-null union
PlanningWithEvent.totalAttendees
● Int!
non-null scalar
PlanningWithEvent.attendees
● [Attendee!]!
non-null object
PlanningWithEvent.attendees.ids
●[String!]
list scalar
PlanningWithEvent.attendees.order
● [AttendeeOrderInputType!]
list input
PlanningWithEvent.attendees.page
● Int!
non-null scalar
PlanningWithEvent.attendees.pageSize
● Int!
non-null scalar
PlanningWithEvent.attendees.search
● String
scalar
PlanningWithEvent.averageRating
● Float
scalar
Interfaces
LiveStreamAwareInterface
interface
OnDemandAwareInterface
interface
PreRecordedAwareInterface
interface
RoundtableAwareInterface
interface
Member Of
Planning
object