Skip to main content

MutationUpdateFundInput

input MutationUpdateFundInput {
id: ID!
isArchived: Boolean
isDefault: Boolean
isTaxDeductible: Boolean
name: String
referenceNumber: String
}

Fields

MutationUpdateFundInput.id ● ID! non-null scalar

Global identifier of the associated organization.

MutationUpdateFundInput.isArchived ● Boolean scalar

Boolean to tell if the fund is archived.

MutationUpdateFundInput.isDefault ● Boolean scalar

Boolean to tell if the fund is the default fund.

MutationUpdateFundInput.isTaxDeductible ● Boolean scalar

Boolean to tell if the fund is tax deductible.

MutationUpdateFundInput.name ● String scalar

Name of the fund.

MutationUpdateFundInput.referenceNumber ● String scalar

Reference number of the fund.

Member Of

updateFund mutation