OBJECT

JoinRaidPayload

Outputs from the joinRaid mutation.

link GraphQL Schema definition

1type JoinRaidPayload {
2
3# The ID of the raid that was joined by the user.
4raidID: ID
5
6}