Skip to main content

UpdateMembershipContactStoreFunctionPreferencesInput

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

input UpdateMembershipContactStoreFunctionPreferencesInput {
id: ID!
membershipContactStoreId: ID!
tablePlanAllocatedSeatColor: HexColorCode
tablePlanAvailableSeatColor: HexColorCode
tablePlanBlockedSeatColor: HexColorCode
tablePlanHighlightedSeatColor: HexColorCode
tablePlanMeasurementSystem: MeasurementSystem
}

Fields

UpdateMembershipContactStoreFunctionPreferencesInput.id ● ID! non-null scalar

The identifier of the function preferences.

UpdateMembershipContactStoreFunctionPreferencesInput.membershipContactStoreId ● ID! non-null scalar

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

UpdateMembershipContactStoreFunctionPreferencesInput.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 #00b0f0.

UpdateMembershipContactStoreFunctionPreferencesInput.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 #00b050.

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

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

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

updateMembershipContactStoreFunctionPreferences mutation