OBJECT
Return type for archiveChannel mutation.
type ArchiveChannelPayload {# The id of the channel that was archived.channelId: String! # The id of the user that archived the channel.actorUserId: String! }