DeleteCustomerInput
Autogenerated input type of DeleteCustomer
input DeleteCustomerInput {
clientMutationId: String
id: ID!
}
Fields
DeleteCustomerInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteCustomerInput.id ● ID! non-null scalar
Customer id
Member Of
deleteCustomer mutation