Skip to main content

CancelRegistrationMeetingInput

Defines the input to cancel a registration meeting.

input CancelRegistrationMeetingInput {
eventId: ID!
meetingId: ID!
notes: String
registrationId: ID!
}

Fields

CancelRegistrationMeetingInput.eventId ● ID! non-null scalar

The ID of the event that the registration is associated with.

CancelRegistrationMeetingInput.meetingId ● ID! non-null scalar

The ID of the meeting to cancel.

CancelRegistrationMeetingInput.notes ● String scalar

The notes to associate with the meeting. Optional.

CancelRegistrationMeetingInput.registrationId ● ID! non-null scalar

The ID of the registration.

Member Of

cancelRegistrationMeeting mutation