INPUT_OBJECT

UpdateStuccoPackItemInput

Single item in a stuccopack, as part of the update stucco pack call, representing one stucco to be used in a certain slot.

link GraphQL Schema definition

1input UpdateStuccoPackItemInput {
4
2# Slot index in the pack (used for ordering).
3slotIndex: Int!
7
5# Id of the stucco.
6stuccoID: ID!
8}