Skip to main content

CREATE_CAMPAIGN_MUTATION

Admin Docs


Variable: CREATE_CAMPAIGN_MUTATION

const CREATE_CAMPAIGN_MUTATION: DocumentNode

Defined in: src/GraphQl/Mutations/CampaignMutation.ts:15

GraphQL mutation to create a new fund Campaign.

Param

The name of the fund.

Param

The fund ID the campaign is associated with.

Param

The funding goal of the campaign.

Param

The start date of the campaign.

Param

The end date of the campaign.

Param

The currency of the campaign.

Returns

The ID of the created campaign.