CompanyPersonInput
Provides the capabilities for dealing with the company's related people.
input CompanyPersonInput {
id: ID!
personId: ID!
isDefault: Boolean
}
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
scalar
Represents whether the relation should be treated as the default among other entries.
Member Of
addCompanyRelatedPerson
mutation ● removeCompanyRelatedPerson
mutation