Skip to main content

RelatedExpensesInput

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

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

Fields

RelatedExpensesInput.associate ● [ID!] list scalar

Assign a relationship between a module and expenses.

RelatedExpensesInput.dissociate ● [ID!] list scalar

Remove a relationship between a module and expenses.

RelatedExpensesInput.sync ● [ID!] list scalar

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