Skip to main content

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

DEPRECATED

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

DEPRECATED

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 ● CreateInvoiceInput input ● CreateLetterInput input ● CreateProjectInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● CreateTaskInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateInvoiceInput input ● UpdateLetterInput input ● UpdateProjectInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input ● UpdateTaskInput input