UpdateCompanyInput
Autogenerated input type of UpdateCompany
input UpdateCompanyInput {
id: ID!
label: String
sid: String
planIds: [ID!]
planId: ID
brand: Upload
clientMutationId: String
}
Fields
UpdateCompanyInput.id ● ID! non-null scalar
The ID of the company
UpdateCompanyInput.label ● String scalar
The name of the company
UpdateCompanyInput.sid ● String scalar
The code of the company
UpdateCompanyInput.planIds ● [ID!] list scalar
The plans selected for the company
UpdateCompanyInput.planId ● ID scalar
The plan selected for the company (deprecated, use plan_ids)
UpdateCompanyInput.brand ● Upload scalar
The brand logo of the company
UpdateCompanyInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.