ExhibitionBookingMeeting
Defines the details of a meeting for an exhibition booking.
interface ExhibitionBookingMeeting {
  createdAt: DateTime!
  createdBy: String
  date: LocalDate!
  end: LocalTime!
  id: ID!
  lastModifiedAt: DateTime!
  lastModifiedBy: String
  notes: String
  start: LocalTime!
}
Fields
ExhibitionBookingMeeting.createdAt ● DateTime! non-null scalar
The date and time the record was created.
ExhibitionBookingMeeting.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ExhibitionBookingMeeting.date ● LocalDate! non-null scalar
The date of the meeting.
ExhibitionBookingMeeting.end ● LocalTime! non-null scalar
The end time of the meeting.
ExhibitionBookingMeeting.id ● ID! non-null scalar
The unique identifier for the meeting.
ExhibitionBookingMeeting.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
ExhibitionBookingMeeting.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ExhibitionBookingMeeting.notes ● String scalar
The notes associated with the meeting. Optional.
ExhibitionBookingMeeting.start ● LocalTime! non-null scalar
The start time of the meeting.
Member Of
CancelExhibitionBookingMeetingPayload  object ● CancelExhibitionBookingMeetingRequestPayload  object ● ConfirmExhibitionBookingMeetingPayload  object ● CreateExhibitionBookingMeetingRequestPayload  object ● DeclineExhibitionBookingMeetingPayload  object ● MeetingDiary  object
Implemented By
BlockedMeeting  object ● ExhibitionBookingWithRegistrationMeeting  object