Skip to main content

UPDATE_CAMPAIGN_MUTATION

Admin Docs


Variable: UPDATE_CAMPAIGN_MUTATION

const UPDATE_CAMPAIGN_MUTATION: DocumentNode

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

GraphQL mutation to update a fund Campaign.

Param

The ID of the campaign being updated.

Param

The name of the campaign.

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 updated campaign.