CreateCustomerCardConfigOutput
No description
type CreateCustomerCardConfigOutput {
customerCardConfig: CustomerCardConfig
error: MutationError
}
Fields
CreateCustomerCardConfigOutput.customerCardConfig
● CustomerCardConfig
object
The created customer card config.
CreateCustomerCardConfigOutput.error
● MutationError
object
Returned by
createCustomerCardConfig
mutation