Skip to main content

RelatedTagsInput

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

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

Fields

RelatedTagsInput.syncWithoutDetaching ● [ID!] deprecated list scalar

DEPRECATED

Use associate instead

Assign a relationship between a module and tags.

RelatedTagsInput.associate ● [ID!] list scalar

Assign a relationship between a module and tags.

RelatedTagsInput.disconnect ● [ID!] deprecated list scalar

DEPRECATED

Use dissociate instead

Remove a relationship between a module and tags.

RelatedTagsInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and tags.

RelatedTagsInput.sync ● [ID!] list scalar

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

Member Of

CreateCompanyInput input ● CreateContactInput input ● CreateContractInput input ● CreateCoordinationInput input ● CreateLetterInput input ● CreateMeterInput input ● CreateOrdinanceInput input ● CreatePersonInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateSpecificationInput input ● CreateSubmissionInput input ● UpdateCompanyInput input ● UpdateContactInput input ● UpdateContractInput input ● UpdateCoordinationInput input ● UpdateLetterInput input ● UpdateMeterInput input ● UpdateOrdinanceInput input ● UpdatePersonInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateSpecificationInput input ● UpdateSubmissionInput input