Skip to main content

RelatedInvoicesInput

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

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

Fields

RelatedInvoicesInput.associate ● [ID!] list scalar

Assign a relationship between a module and invoices.

RelatedInvoicesInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and invoices.

RelatedInvoicesInput.sync ● [ID!] list scalar

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