Skip to main content

UPDATE_FUND_MUTATION

Admin Docs


Variable: UPDATE_FUND_MUTATION

const UPDATE_FUND_MUTATION: DocumentNode

Defined in: src/GraphQl/Mutations/FundMutation.ts:49

GraphQL mutation to update a fund.

Param

The ID of the fund being updated.

Param

The name of the fund.

Param

The reference number of the fund.

Param

Whether the fund is tax deductible.

Param

Whether the fund is archived.

Param

Whether the fund is the default.

Returns

The ID of the updated fund.