ConfirmRegistrationMeetingInput
Defines the input to confirm a requested meeting for a registration.
input ConfirmRegistrationMeetingInput {
eventId: ID!
meetingId: ID!
notes: String
registrationId: ID!
}
Fields
ConfirmRegistrationMeetingInput.eventId
● ID!
non-null scalar
The ID of the event the registration belongs to.
ConfirmRegistrationMeetingInput.meetingId
● ID!
non-null scalar
The ID of the meeting.
ConfirmRegistrationMeetingInput.notes
● String
scalar
The notes for the organizer of the meeting. Optional.
ConfirmRegistrationMeetingInput.registrationId
● ID!
non-null scalar
The ID of the registration the meeting was sent to.
Member Of
confirmRegistrationMeeting
mutation