Skip to main content

CreateCompanyInput

Autogenerated input type of CreateCompany

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

Fields

CreateCompanyInput.label ● String! non-null scalar

The name of the company

CreateCompanyInput.sid ● String! non-null scalar

The code of the company

CreateCompanyInput.planId ● ID! non-null scalar

The plan selected for the company

CreateCompanyInput.brand ● Upload scalar

The brand logo of the company

CreateCompanyInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createCompany mutation