INPUT_OBJECT
Input type for archiveChannel mutation.
input ArchiveChannelInput {# The id of the channel to be archived.channelId: String!# The id of the user archiving the channel (must be an owner or contributor).actorUserId: String!}