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
}