OBJECT

GoRaidPayload

Outputs from the goRaid mutation.

link GraphQL Schema definition

1type GoRaidPayload {
2
3# The possible error returned from the service.
4error: GoRaidError
5
6# The raid then just went.
7raid: Raid
8
9}