OBJECT

CreateRaidPayload

Outputs from the createRaid mutation.

link GraphQL Schema definition

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