CREATE_PlEDGE
Variable: CREATE_PlEDGE
const
CREATE_PlEDGE:DocumentNode
Defined in: src/GraphQl/Mutations/PledgeMutation.ts:14
GraphQL mutation to create a pledge.
Param
The ID of the campaign the pledge is associated with.
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.
Param
The IDs of the users associated with the pledge.
Returns
The ID of the created pledge.