Skip to main content

RelatedManagersInput

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

input RelatedManagersInput {
syncWithoutDetaching: [ID!]
associate: [ID!]
disconnect: [ID!]
dissociate: [ID!]
sync: [ID!]
}

Fields

RelatedManagersInput.syncWithoutDetaching ● [ID!] list scalar

Assign a relationship between a module and managers.

RelatedManagersInput.associate ● [ID!] list scalar

Assign a relationship between a module and managers.

RelatedManagersInput.disconnect ● [ID!] list scalar

Remove a relationship between a module and managers.

RelatedManagersInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and managers.

RelatedManagersInput.sync ● [ID!] list scalar

Ensure that only the given managers 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