Mutations
updateCustomerCardConfig
Partially updates a customer card config. Only fields that are provided in the input will be changed; omitted fields are left unchanged.
Updating apiUrl or apiHeaders requires the customerCardConfigApiDetails:edit permission. Changing the key must still result in a unique key within the workspace.
MUTATION
updateCustomerCardConfig(input: UpdateCustomerCardConfigInput!): UpdateCustomerCardConfigOutput!Arguments
input
required
Returns
customerCardConfig
The updated customer card config.
error
Mutation
Variables
Response
Mutation
Variables
Response

