OBJECT

CancelRaidPayload

Outputs from the cancelRaid mutation.

link GraphQL Schema definition

1type CancelRaidPayload {
2
3# The possible error returned from the service.
4error: CancelRaidError
5
6# The cancelled raid.
7raid: Raid
8
9}