Skip to main content

UpsertCustomerInput

No description

input UpsertCustomerInput {
identifier: UpsertCustomerIdentifierInput!
onCreate: UpsertCustomerOnCreateInput!
onUpdate: UpsertCustomerOnUpdateInput!
}

Fields

UpsertCustomerInput.identifier ● UpsertCustomerIdentifierInput! non-null input

UpsertCustomerInput.onCreate ● UpsertCustomerOnCreateInput! non-null input

UpsertCustomerInput.onUpdate ● UpsertCustomerOnUpdateInput! non-null input

Member of

upsertCustomer mutation