INPUT_OBJECT
UpdateStuccoInput
Inputs to updating a stucco.
link GraphQL Schema definition
1 input UpdateStuccoInput { 4 2 # ID of the channel this stucco belongs to. 3 : ID! 8 5 # Description representing the stucco, should be the words contained in the 6 # stucco, used by screen readers. 7 : String! 11 9 # Base64 encoded binary data of the 92x28px stucco ("1x") image asset. 10 : String! 14 12 # Base64 encoded binary data of the 182x56px stucco ("2x") image asset. 13 : String! 17 15 # Base64 encoded binary data of the 368x112px stucco ("4x") image asset. 16 : String! 20 18 # Unique ID of the stucco to update. 19 : ID! 24 21 # Text code representing the stucco without any prefixes (prefixes are added in 22 # the backend). 23 : String! 25 }