Skip to main content

UpdateCeContactStoreFunctionPreferencesInput

Defines the input for updating configuration preferences for functions in a continuing education contact store.

input UpdateCeContactStoreFunctionPreferencesInput {
ceContactStoreId: ID!
id: ID!
tablePlanAllocatedSeatColor: HexColorCode
tablePlanAvailableSeatColor: HexColorCode
tablePlanBlockedSeatColor: HexColorCode
tablePlanHighlightedSeatColor: HexColorCode
tablePlanMeasurementSystem: MeasurementSystem
}

Fields

UpdateCeContactStoreFunctionPreferencesInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the function preferences is associated with.

UpdateCeContactStoreFunctionPreferencesInput.id ● ID! non-null scalar

The identifier of the function preferences.

UpdateCeContactStoreFunctionPreferencesInput.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.

UpdateCeContactStoreFunctionPreferencesInput.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.

UpdateCeContactStoreFunctionPreferencesInput.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.

UpdateCeContactStoreFunctionPreferencesInput.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.

UpdateCeContactStoreFunctionPreferencesInput.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

updateCeContactStoreFunctionPreferences mutation