Skip to main content

RelatedEasementsInput

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

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

Fields

RelatedEasementsInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and easements.

RelatedEasementsInput.associate ● [ID!] list scalar

Assign a relationship between a module and easements.

RelatedEasementsInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and easements.

RelatedEasementsInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and easements.

RelatedEasementsInput.sync ● [ID!] list scalar

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

Member Of

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