INPUT_OBJECT

JoinRaidInput

Inputs to the joinRaid mutation.

link GraphQL Schema definition

1input JoinRaidInput {
4
2# The raid ID being joined by the user.
3raidID: ID!
5}