Skip to main content

CompanyCreatePayload

Autogenerated return type of CompanyCreate

type CompanyCreatePayload {
clientMutationId: String
company: Company
errors: [UserError!]!
}

Fields

CompanyCreatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CompanyCreatePayload.company ● Company object common

The company that was created.

CompanyCreatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

companyCreate mutation