Skip to main content

RelatedQuotesInput

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

input RelatedQuotesInput {
associate: [ID!]
dissociate: [ID!]
sync: [ID!]
}

Fields

RelatedQuotesInput.associate ● [ID!] list scalar

Assign a relationship between a module and quotes.

RelatedQuotesInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and quotes.

RelatedQuotesInput.sync ● [ID!] list scalar

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

Member Of

CreateContractInput input ● CreateLetterInput input ● CreateProjectInput input ● CreatePropertyInput input ● CreateTaskInput input ● UpdateContractInput input ● UpdateLetterInput input ● UpdateProjectInput input ● UpdatePropertyInput input ● UpdateTaskInput input