MeetingNode
No description
type MeetingNode {
id: ID!
status: MeetingStatus!
description: String
explanations: MeetingGenerationExplanations
source: MeetingSource!
slot: MeetingSlot!
place: MeetingPlace! @deprecated
location: Location!
organizer: MeetingParticipant!
participants: [MeetingParticipant!]!
canCancel: Boolean!
canReschedule: Boolean!
rescheduledInto: MeetingNode
rescheduledFrom: MeetingNode
maxParticipants: Int
createdAt: DateTime!
averageRating: Float
}
Fields
MeetingNode.id ● ID! non-null scalar
MeetingNode.status ● MeetingStatus! non-null enum
MeetingNode.description ● String scalar
MeetingNode.explanations ● MeetingGenerationExplanations object
MeetingNode.source ● MeetingSource! non-null enum
MeetingNode.slot ● MeetingSlot! non-null object
MeetingNode.place ● MeetingPlace! deprecated non-null object
DEPRECATED
use MeetingNode.location instead
MeetingNode.location ● Location! non-null object
MeetingNode.organizer ● MeetingParticipant! non-null object
MeetingNode.participants ● [MeetingParticipant!]! non-null object
MeetingNode.canCancel ● Boolean! non-null scalar
MeetingNode.canReschedule ● Boolean! non-null scalar
MeetingNode.rescheduledInto ● MeetingNode object
MeetingNode.rescheduledFrom ● MeetingNode object
MeetingNode.maxParticipants ● Int scalar
MeetingNode.createdAt ● DateTime! non-null scalar
MeetingNode.averageRating ● Float scalar
Member Of
CreateMeetingPayload object ● ExhibitorMeeting object ● MeetingNode object ● MeetingNodesConnection object ● MeetingsResult object ● UpdateMeetingPayload object ● UserMeeting object