Skip to main content

TransferFunds

Transfer user funds to a specified team.

TransferFunds(
campaignId: ID!
currency: Currency
): TransferFundsUnion!

Arguments​

TransferFunds.campaignId ● ID! non-null scalar​

The ID of the team to transfer funds to.

TransferFunds.currency ● Currency enum​

Transfer funds for a specific currency. When left blank the user's default currency is used.

Type​

TransferFundsUnion union​

If mutation is successful, the Viewer will be returned, otherwise a MutationError is returned.