RelatedPropertiesInput
Provides the capabilities for dealing with relationships between a module and properties.
input RelatedPropertiesInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
RelatedPropertiesInput.syncWithoutDetaching ● [ID!] deprecated list scalar
Use associate instead
Assign a relationship between a module and properties.
RelatedPropertiesInput.associate ● [ID!] list scalar
Assign a relationship between a module and properties.
RelatedPropertiesInput.disconnect ● [ID!] deprecated list scalar
Use dissociate instead
Remove a relationship between a module and properties.
RelatedPropertiesInput.dissociate ● [ID!] list scalar
Remove a relationship between a module and properties.
RelatedPropertiesInput.sync ● [ID!] list scalar
Ensure that only the given properties will be contained within the relation.
Member Of
CreateContactInput input ● CreateContractInput input ● CreateCoordinationInput input ● CreateExpenseInput input ● CreateInvoiceInput input ● CreateLetterInput input ● CreateProjectInput input ● CreateQuoteInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateExpenseInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateProjectInput input ● UpdateQuoteInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input