Skip to main content

UpdateSponsorshipPreferencesInput

Defines the input for updating the sponsorship preferences for an event.

input UpdateSponsorshipPreferencesInput {
additionalChargesEnabled: Boolean
brochuresEnabled: Boolean
checklistEnabled: Boolean
companyLogoEnabled: Boolean
documentsEnabled: Boolean
eventId: ID!
id: ID!
logoHeight: NonNegativeInt
netTargetRevenue: Float
paymentSchedule: [PercentagePaymentScheduleItemInput!]
paymentScheduleEnabled: Boolean
profileEnabled: Boolean
}

Fields

UpdateSponsorshipPreferencesInput.additionalChargesEnabled ● Boolean scalar

A flag indicating whether additional charges is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.brochuresEnabled ● Boolean scalar

A flag indicating whether brochures is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.checklistEnabled ● Boolean scalar

A flag indicating whether checklist is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.companyLogoEnabled ● Boolean scalar

A flag indicating whether the company logo is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.documentsEnabled ● Boolean scalar

A flag indicating whether documents is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.eventId ● ID! non-null scalar

The identifier of the event the sponsorship preferences are associated with.

UpdateSponsorshipPreferencesInput.id ● ID! non-null scalar

The unique identifier of the sponsorship preferences.

UpdateSponsorshipPreferencesInput.logoHeight ● NonNegativeInt scalar

The height of the company logo in pixels. Optional.

UpdateSponsorshipPreferencesInput.netTargetRevenue ● Float scalar

The net target revenue for sponsorship. Optional.

Defaults to 0 if NULL.

UpdateSponsorshipPreferencesInput.paymentSchedule ● [PercentagePaymentScheduleItemInput!] list input

The payment schedule for sponsorship bookings. Optional.

UpdateSponsorshipPreferencesInput.paymentScheduleEnabled ● Boolean scalar

A flag indicating whether the payment schedule is enabled. Optional.

Defaults to FALSE if NULL.

UpdateSponsorshipPreferencesInput.profileEnabled ● Boolean scalar

A flag indicating whether profile is enabled. Optional.

Defaults to FALSE if NULL.

Member Of

updateSponsorshipPreferences mutation