RegistrationMeeting
Defines the details of a meeting for a registration.
interface RegistrationMeeting {
createdAt: DateTime!
createdBy: String
date: LocalDate!
end: LocalTime!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
start: LocalTime!
}
Fields
RegistrationMeeting.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
RegistrationMeeting.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
RegistrationMeeting.date
● LocalDate!
non-null scalar
The date of the meeting.
RegistrationMeeting.end
● LocalTime!
non-null scalar
The end time of the meeting.
RegistrationMeeting.id
● ID!
non-null scalar
The unique identifier for the meeting.
RegistrationMeeting.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
RegistrationMeeting.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
RegistrationMeeting.notes
● String
scalar
The notes associated with the meeting. Optional.
RegistrationMeeting.start
● LocalTime!
non-null scalar
The start time of the meeting.
Member Of
CancelRegistrationMeetingPayload
object ● CancelRegistrationMeetingRequestPayload
object ● ConfirmRegistrationMeetingPayload
object ● CreateRegistrationToExhibitionBookingMeetingRequestPayload
object ● CreateRegistrationToRegistrationMeetingRequestPayload
object ● DeclineRegistrationMeetingPayload
object ● Registration
object
Implemented By
BlockedMeeting
object ● RegistrationWithExhibitionBookingMeeting
object ● RegistrationWithRegistrationMeeting
object