Skip to main content

CreateRegistrationToRegistrationMeetingRequestInput

Defines the input to create a meeting request from a registration to another registration.

input CreateRegistrationToRegistrationMeetingRequestInput {
eventId: ID!
fromRegistrationId: ID!
notes: String
timeSlotId: ID!
toRegistrationId: ID!
}

Fields

CreateRegistrationToRegistrationMeetingRequestInput.eventId ● ID! non-null scalar

The ID of the event the registration belongs to.

CreateRegistrationToRegistrationMeetingRequestInput.fromRegistrationId ● ID! non-null scalar

The ID of the registration the meeting request originates from.

CreateRegistrationToRegistrationMeetingRequestInput.notes ● String scalar

The notes to associate with the meeting request. Optional.

CreateRegistrationToRegistrationMeetingRequestInput.timeSlotId ● ID! non-null scalar

The ID of the time slot to use to create the meeting request.

CreateRegistrationToRegistrationMeetingRequestInput.toRegistrationId ● ID! non-null scalar

The ID of the registration the meeting request targets.

Member Of

createRegistrationToRegistrationMeetingRequest mutation