CompanyPersonInput
Provides the capabilities for dealing with the company's related people.
input CompanyPersonInput {
id: ID!
personId: ID!
isDefault: Boolean @deprecated
}
Fields
CompanyPersonInput.id ● ID! non-null scalar
Specifies the company's unique identifier.
CompanyPersonInput.personId ● ID! non-null scalar
Specifies the person's unique identifier.
CompanyPersonInput.isDefault ● Boolean deprecated scalar
DEPRECATED
This field is no longer used.
Represents whether the relation should be treated as the default among other entries.