Mutations
reorderCustomerCardConfigs
Updates the display order of one or more customer card configs.
Only the configs listed in the input are updated; other configs keep their current order. This allows you to swap two configs or move a single card without specifying the full list. Duplicate order values are permitted and ties are broken by ID.
MUTATION
reorderCustomerCardConfigs(input: ReorderCustomerCardConfigsInput!): ReorderCustomerCardConfigsOutput!Arguments
input
required
Returns
customerCardConfigs
The reordered customer card configs.
error
Mutation
Variables
Response
Mutation
Variables
Response

