Skip to main content

DeclineRegistrationMeetingInput

Defines the input to decline a requested meeting for a registration.

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

Fields​

DeclineRegistrationMeetingInput.eventId ● ID! non-null scalar​

The ID of the event the registration belongs to.

DeclineRegistrationMeetingInput.meetingId ● ID! non-null scalar​

The ID of the meeting.

DeclineRegistrationMeetingInput.notes ● String scalar​

The notes for the organizer of the meeting. Optional.

DeclineRegistrationMeetingInput.registrationId ● ID! non-null scalar​

The ID of the registration the meeting was sent to.

Member Of​

declineRegistrationMeeting mutation