Skip to main content

CreateCustomerPayload

Autogenerated return type of CreateCustomer.

type CreateCustomerPayload {
clientMutationId: String
data: Customer
errors: [Error!]!
}

Fields

CreateCustomerPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateCustomerPayload.data ● Customer object

CreateCustomerPayload.errors ● [Error!]! non-null object

List of errors

Returned By

createCustomer mutation