Skip to main content

UpdateEventFunctionPreferencesInput

Defines the input for updating configuration preferences for functions in an event.

input UpdateEventFunctionPreferencesInput {
eventId: ID!
id: ID!
tablePlanAllocatedSeatColor: HexColorCode
tablePlanAvailableSeatColor: HexColorCode
tablePlanBlockedSeatColor: HexColorCode
tablePlanHighlightedSeatColor: HexColorCode
tablePlanMeasurementSystem: MeasurementSystem
}

Fields

UpdateEventFunctionPreferencesInput.eventId ● ID! non-null scalar

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

UpdateEventFunctionPreferencesInput.id ● ID! non-null scalar

The identifier of the function preferences.

UpdateEventFunctionPreferencesInput.tablePlanAllocatedSeatColor ● HexColorCode scalar

The hex color code to use for allocated seats when rendering the table plan. Optional.

When set to null the value will default to #00b050.

UpdateEventFunctionPreferencesInput.tablePlanAvailableSeatColor ● HexColorCode scalar

The hex color code to use for available seats when rendering the table plan. Optional.

When set to null the value will default to #00b0f0.

UpdateEventFunctionPreferencesInput.tablePlanBlockedSeatColor ● HexColorCode scalar

The hex color code to use for blocked seats when rendering the table plan. Optional.

When set to null the value will default to #ff0000.

UpdateEventFunctionPreferencesInput.tablePlanHighlightedSeatColor ● HexColorCode scalar

The hex color code to use for highlighted seats when rendering the table plan. Optional.

When set to null the value will default to #ffff00.

UpdateEventFunctionPreferencesInput.tablePlanMeasurementSystem ● MeasurementSystem enum

The measurement system to use for the table plan. Optional.

When set to null the value will default to METRIC.

Member Of

updateEventFunctionPreferences mutation