Skip to main content

UpdateRegistrationPreferencesInput

Defines the input for updating configuration preferences for registration.

input UpdateRegistrationPreferencesInput {
eventId: ID!
expectedNumberOfAttendees: Int
id: ID!
meetingMatchingConfiguration: RegistrationPreferenceMeetingMatchingConfigurationInput
netTargetRevenue: Float
}

Fields​

UpdateRegistrationPreferencesInput.eventId ● ID! non-null scalar​

The identifier of the event the registration preferences is associated with.

UpdateRegistrationPreferencesInput.expectedNumberOfAttendees ● Int scalar​

The expected number of attendees for the event. Optional.

If set to null, will default to 0.

UpdateRegistrationPreferencesInput.id ● ID! non-null scalar​

The identifier of the registration preferences.

UpdateRegistrationPreferencesInput.meetingMatchingConfiguration ● RegistrationPreferenceMeetingMatchingConfigurationInput input​

The configuration for meeting matching for the event. Optional.

If set to null, will disable meeting matching.

UpdateRegistrationPreferencesInput.netTargetRevenue ● Float scalar​

The target revenue amount for registrations. Optional.

If set to null, will default to 0.

Member Of​

updateRegistrationPreferences mutation