GraphQL reference

DeleteCompanyInput

Input

Autogenerated input type of DeleteCompany

mutation { organization(id: $organizationId) { deleteCompany } }

Example

mutation DeleteCompany(
  $organizationId: ID!
  $input: DeleteCompanyInput!
) {
  organization(id: $organizationId) {
    deleteCompany(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime