Skip to main content

UpdateCompanyInput

Autogenerated input type of UpdateCompany

input UpdateCompanyInput {
id: ID!
label: String!
sid: String!
planId: ID!
brand: Upload
clientMutationId: String
}

Fields

UpdateCompanyInput.id ● ID! non-null scalar

The ID of the company

UpdateCompanyInput.label ● String! non-null scalar

The name of the company

UpdateCompanyInput.sid ● String! non-null scalar

The code of the company

UpdateCompanyInput.planId ● ID! non-null scalar

The plan selected for the company

UpdateCompanyInput.brand ● Upload scalar

The brand logo of the company

UpdateCompanyInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

updateCompany mutation