OBJECT

CancelActiveBoostOrdersPayload

Data that was mutated after canceling the active boosts.

link GraphQL Schema definition

1type CancelActiveBoostOrdersPayload {
2
3# The possible error returned from the service.
4error: CancelActiveBoostOrdersError
5
6}