Inputs

UpdateCompanyBuyerInputType

Fields for updating an existing company buyer. Only provided fields will be updated.

Fields for updating an existing company buyer. Only provided fields will be updated.

input UpdateCompanyBuyerInputType {
  id: String
  firstName: String
  lastName: String
  phone: String
  active: Boolean
}

Fields

id ● String scalar

A new email/identifier for the buyer. If different from the current username, the buyer will be reassigned.

firstName ● String scalar

The first name of the buyer.

lastName ● String scalar

The last name of the buyer.

phone ● String scalar

The phone number of the buyer.

active ● Boolean scalar

Whether the buyer is active.

Member Of

updateCompanyBuyer mutation