CustomerCardConfigOrderInput
No description
input CustomerCardConfigOrderInput {
customerCardConfigId: ID!
order: Int!
}
Fields
CustomerCardConfigOrderInput.customerCardConfigId
● ID!
non-null scalar
The ID of the customer card config to be reordered.
CustomerCardConfigOrderInput.order
● Int!
non-null scalar
The order the customer card config should have.