Inputs

UpdateCompanyInputType

Fields for updating company information. Only provided fields will be updated.

Fields for updating company information. Only provided fields will be updated.

input UpdateCompanyInputType {
  name: String
}

Fields

name ● String scalar

The name of the company.

Member Of

updateCompany mutation