Magidoc

moveOrders
Mutation

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

Arguments

#

orders

Non-null

The orders to move

fromAccount

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

tier

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

makeIncognito

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

Response

#

Returns [ Order ]!.

Example

#