DeleteCustomerPayload
Autogenerated return type of DeleteCustomer.
type DeleteCustomerPayload {
clientMutationId: String
data: Customer
errors: [Error!]!
}
Fields
DeleteCustomerPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteCustomerPayload.data ● Customer object
DeleteCustomerPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteCustomer mutation