Skip to main content

PersonCompanyInput

Provides the capabilities for dealing with the person's related companies.

input PersonCompanyInput {
id: ID!
companyId: ID!
isDefault: Boolean
}

Fields

PersonCompanyInput.id ● ID! non-null scalar

Specifies the person's unique identifier.

PersonCompanyInput.companyId ● ID! non-null scalar

Specifies the company's unique identifier.

PersonCompanyInput.isDefault ● Boolean scalar

Represents whether the relation should be treated as the default among other entries.

Member Of

addPersonRelatedCompany mutation ● removePersonRelatedCompany mutation