INPUT_OBJECT

RemoveStuccoInput

Inputs for removing a stucco (from the library).

  • Active stuccos cannot be removed, they have to be inactive first (not part of a stucco pack).

link GraphQL Schema definition

1input RemoveStuccoInput {
4
2# ID of the channel the stucco is removed from.
3channelID: ID!
7
5# Unique ID of the stucco to be removed.
6stuccoID: ID!
8}