INPUT_OBJECT

CreateRaidInput

Inputs to the createRaid mutation.

link GraphQL Schema definition

1input CreateRaidInput {
5
2# Caller is expected to be a channel owner, editor, or staff.
3# User ID of the source channel hosting the raid.
4sourceID: ID!
8
6# User ID of the target channel.
7targetID: ID!
9}