INPUT_OBJECT

UpdateStuccoPackInput

Inputs for updating a stucco pack (exchanging stuccos contained in the pack).

link GraphQL Schema definition

1input UpdateStuccoPackInput {
4
2# Id of the channel this pack is part of.
3channelID: ID!
7
5# Id of the stucco pack to update.
6stuccoPackID: ID!
10
8# Updated list of stuccos for this pack.
9stuccos: [UpdateStuccoPackItemInput!]
11}