OBJECT

LeaveRaidPayload

Outputs from the leaveRaid mutation.

link GraphQL Schema definition

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