INPUT_OBJECT

CreateStuccoPackInput

Inputs for creating a new stucco pack.

link GraphQL Schema definition

1input CreateStuccoPackInput {
4
2# Id of the channel this pack is part of.
3channelID: ID!
7
5# Updated list of stuccos for this pack.
6stuccos: [CreateStuccoPackItemInput!]
8}