PersonCompanyInput
Provides the capabilities for dealing with the person's related companies.
input PersonCompanyInput {
id: ID!
companyId: ID!
isDefault: Boolean @deprecated
}
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 deprecated scalar
DEPRECATED
This field is no longer used.
Represents whether the relation should be treated as the default among other entries.