CreateCustomerInput
Autogenerated input type of CreateCustomer
input CreateCustomerInput {
clientMutationId: String
params: CustomerCreateInput!
}
Fields
CreateCustomerInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCustomerInput.params ● CustomerCreateInput! non-null input
Customer create params
Member Of
createCustomer mutation