Skip to main content

RelatedMembersInput

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

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

Fields

RelatedMembersInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and members.

RelatedMembersInput.associate ● [ID!] list scalar

Assign a relationship between a module and members.

RelatedMembersInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and members.

RelatedMembersInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and members.

RelatedMembersInput.sync ● [ID!] list scalar

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

Member Of

CreateCompanyInput input ● CreateContactInput input ● CreateEasementInput input ● CreatePersonInput input ● CreatePropertyInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateEasementInput input ● UpdatePersonInput input ● UpdatePropertyInput input