RelatedContractsInput
Provides the capabilities for dealing with relationships between a module and contracts.
input RelatedContractsInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedContractsInput.syncWithoutDetaching ● [ID!] deprecated list scalar
Use associate instead
Assign a relationship between a module and contracts.
RelatedContractsInput.associate ● [ID!] list scalar
Assign a relationship between a module and contracts.
RelatedContractsInput.disconnect ● [ID!] deprecated list scalar
Use dissociate instead
Remove a relationship between a module and contracts.
RelatedContractsInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and contracts.
RelatedContractsInput.sync ● [ID!] list scalar
Ensure that only the given contracts will be contained within the relation.
Member Of
CreateExpenseInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateMeterInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateQuoteInput input ● CreateTaskInput input ● UpdateExpenseInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateMeterInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateQuoteInput input ● UpdateTaskInput input