PropertyContactsInput
Provides the capabilities for dealing with relationships between properties and contacts.
input PropertyContactsInput {
syncWithoutDetaching: [PropertyContactInput!] @deprecated
associate: [PropertyContactInput!]
disconnect: [ID!] @deprecated
dissociate: [ID!]
sync: [ID!]
}
Fields
PropertyContactsInput.syncWithoutDetaching
● [PropertyContactInput!]
deprecated list input
DEPRECATED
Use associate
instead
Assign a relationship between a property and contacts.
PropertyContactsInput.associate
● [PropertyContactInput!]
list input
Assign a relationship between a property and contacts.
PropertyContactsInput.disconnect
● [ID!]
deprecated list scalar
DEPRECATED
Use dissociate
instead
Remove a relationship between a property and contacts.
PropertyContactsInput.dissociate
● [ID!]
list scalar
Remove a relationship between a property and contacts.
PropertyContactsInput.sync
● [ID!]
list scalar
Ensure that only the given contact will be contained within the relation.
Member Of
CreatePropertyInput
input ● UpdatePropertyInput
input