EasementPropertiesInput
Provides the capabilities for dealing with relationships between easements and properties.
input EasementPropertiesInput {
syncWithoutDetaching: [EasementPropertyInput!] @deprecated
associate: [EasementPropertyInput!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
EasementPropertiesInput.syncWithoutDetaching
● [EasementPropertyInput!]
deprecated list input
DEPRECATED
Use associate
instead
Assign a relationship between an easement and properties.
EasementPropertiesInput.associate
● [EasementPropertyInput!]
list input
Assign a relationship between an easement and properties.
EasementPropertiesInput.disconnect
● [ID!]
deprecated list scalar
DEPRECATED
Use dissociate
instead
Remove a relationship between an easement and properties.
EasementPropertiesInput.dissociate
● [ID!]
list scalar
Remove a relationship between an easement and properties.
EasementPropertiesInput.sync
● [ID!]
list scalar
Ensure that only the given contact will be contained within the relation.
Member Of
CreateEasementInput
input ● UpdateEasementInput
input