UPDATE_PLEDGE
Variable: UPDATE_PLEDGE
const
UPDATE_PLEDGE:DocumentNode
Defined in: src/GraphQl/Mutations/PledgeMutation.ts:48
GraphQL mutation to update a pledge.
Param
The ID of the pledge being updated.
Param
The amount of the pledge.
Param
The currency of the pledge.
Param
The start date of the pledge.
Param
The end date of the pledge.
Returns
The ID of the updated pledge.