CREATE_PLEDGE
Variable: CREATE_PLEDGE
const
CREATE_PLEDGE:DocumentNode
Defined in: src/GraphQl/Mutations/PledgeMutation.ts:12
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 ID of the pledger associated with the pledge.
Param
A note associated with the pledge.
Returns
The details of the created pledge.