Skip to main content

UpdateCustomerCardConfigInput

For constraints and details on the fields see the CustomerCardConfig type.

input UpdateCustomerCardConfigInput {
customerCardConfigId: ID!
order: IntInput
title: StringInput
key: StringInput
defaultTimeToLiveSeconds: IntInput
apiUrl: StringInput
apiHeaders: [CustomerCardConfigApiHeaderInput!]
isEnabled: BooleanInput
}

Fields

UpdateCustomerCardConfigInput.customerCardConfigId ● ID! non-null scalar

The customer card config to update.

UpdateCustomerCardConfigInput.order ● IntInput input

If provided, will update the order.

UpdateCustomerCardConfigInput.title ● StringInput input

If provided, will update the title.

UpdateCustomerCardConfigInput.key ● StringInput input

If provided, will update the key. Keys must be unique in a workspace.

UpdateCustomerCardConfigInput.defaultTimeToLiveSeconds ● IntInput input

If provided, will update the default time to live seconds.

UpdateCustomerCardConfigInput.apiUrl ● StringInput input

If provided, will update the API URL. Requires the customerCardConfigApiDetails:edit permission.

UpdateCustomerCardConfigInput.apiHeaders ● [CustomerCardConfigApiHeaderInput!] list input

If provided, will replace the existing API headers. Requires the customerCardConfigApiDetails:edit permission.

UpdateCustomerCardConfigInput.isEnabled ● BooleanInput input

If provided, will update the enabled flag.

Member of

updateCustomerCardConfig mutation