Skip to main content

CancelRegistrationMeetingRequestInput

Defines the input to cancel a registration meeting request.

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

Fields

CancelRegistrationMeetingRequestInput.eventId ● ID! non-null scalar

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

CancelRegistrationMeetingRequestInput.meetingId ● ID! non-null scalar

The ID of the meeting to cancel.

CancelRegistrationMeetingRequestInput.notes ● String scalar

The notes to associate with the meeting. Optional.

CancelRegistrationMeetingRequestInput.registrationId ● ID! non-null scalar

The ID of the registration.

Member Of

cancelRegistrationMeetingRequest mutation