Skip to main content

FUND_CAMPAIGN

Admin Docs


Variable: FUND_CAMPAIGN

const FUND_CAMPAIGN: DocumentNode

Defined in: src/GraphQl/Queries/fundQueries.ts:49

Query to fetch a specific fund by its ID, along with its associated campaigns.

Param

The ID of the fund campaign to be fetched.

Param

The name of the fund campaign to be fetched.

Param

The start date of the fund campaign to be fetched.

Param

The end date of the fund campaign to be fetched.

Param

The currency code of the fund campaign to be fetched.

Param

The goal amount of the fund campaign to be fetched.

Returns

The fund campaign with the specified ID.