Skip to main content

RelatedOrdinancesInput

Provides the capabilities for dealing with relationships between a module and ordinances.

input RelatedOrdinancesInput {
syncWithoutDetaching: [ID!] @deprecated
associate: [ID!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}

Fields

RelatedOrdinancesInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and ordinances.

RelatedOrdinancesInput.associate ● [ID!] list scalar

Assign a relationship between a module and ordinances.

RelatedOrdinancesInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and ordinances.

RelatedOrdinancesInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and ordinances.

RelatedOrdinancesInput.sync ● [ID!] list scalar

Ensure that only the given ordinances will be contained within the relation.

Member Of

CreateLetterInput input ● CreateProjectInput input ● CreateTaskInput input ● UpdateLetterInput input ● UpdateProjectInput input ● UpdateTaskInput input