CreateRegistrationToRegistrationMeetingPreferencesInput
Defines the input to create meeting preferences from a registration to other registrations.
input CreateRegistrationToRegistrationMeetingPreferencesInput {
eventId: ID!
fromRegistrationId: ID!
toRegistrationIds: [ID!]!
type: MeetingPreferenceType!
}