MutationUpdateFundInput
input MutationUpdateFundInput {
id: ID!
isTaxDeductible: Boolean
name: String
}
Fields
MutationUpdateFundInput.id ● ID! non-null scalar
Global identifier of the associated organization.
MutationUpdateFundInput.isTaxDeductible ● Boolean scalar
Boolean to tell if the fund is tax deductible.
MutationUpdateFundInput.name ● String scalar
Name of the fund.
Member Of
updateFund mutation