ContractRelatedContactInput
Provide the capabilities for dealing with a relationship between a contract and a contact.
input ContractRelatedContactInput {
id: ID!
notes: String
}
Fields
ContractRelatedContactInput.id
● ID!
non-null scalar
The user's unique identifier.
ContractRelatedContactInput.notes
● String
scalar
The relation's notes.
Member Of
ContactRelatedContractsInput
input ● ContractRelatedContactsInput
input