INPUT_OBJECT
CreateStuccoPackInput
Inputs for creating a new stucco pack.
link GraphQL Schema definition
1 input CreateStuccoPackInput { 4 2 # Id of the channel this pack is part of. 3 : ID! 7 5 # Updated list of stuccos for this pack. 6 : [CreateStuccoPackItemInput!] 8 }