INPUT_OBJECT

ArchiveChanletInput

ArchiveChanletInput archives a chanlet by chanlet ID.

link GraphQL Schema definition

1input ArchiveChanletInput {
4
2# The ID of the chanlet being archived.
3chanletID: ID!
5}