moveOrders
Mutation

[Root only] A mutation to move orders from one account to another

Arguments

#

fromAccount

The account to move the orders to. Set to null to keep existing

makeIncognito

If true, the orders will be moved to the incognito account of "fromAccount"

orders

Non-null

The orders to move

tier

The tier to move the orders to. Set to null to keep existing. Pass { id: "custom" } to reference the custom tier (/donate)

Response

#

Returns [ Order ]!.

Example

#

3