OBJECT

RemoveStuccoPayload

The output payload for removing a stucco, returns the library of stuccos after removal.

link GraphQL Schema definition

1type RemoveStuccoPayload {
2
3# The list of stuccos available in the channel's library after removal.
4stuccos: [Stucco!]
5
6}