Skip to main content

CREATE_FUND_MUTATION

Admin Docs


Variable: CREATE_FUND_MUTATION

const CREATE_FUND_MUTATION: DocumentNode

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

GraphQL mutation to create a new fund.

Param

The name of the fund.

Param

The organization ID the fund is associated with.

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 created fund.