PersonCompaniesRelationInput
Provides the capabilities for dealing with the person's related companies.
input PersonCompaniesRelationInput {
id: ID!
isDefault: Boolean
}
Fields
PersonCompaniesRelationInput.id
● ID!
non-null scalar
Specifies the company's unique identifier.
PersonCompaniesRelationInput.isDefault
● Boolean
scalar
Represents whether the relation should be treated as the default among other entries.