INPUT_OBJECT
GetEmoteUploadConfigInput
The input for getting upload config.
link GraphQL Schema definition
1 input GetEmoteUploadConfigInput { 4 2 # The type of asset to be uploaded. 3 : EmoteAssetType 8 5 # If the asset type is "animated", whether to generate the static versions from 6 # the first frame. 7 : Boolean 11 9 # Resizing plan to use. 10 : EmoteResizePlan! 14 12 # Sizes to provide upload URLs for. 13 : [EmoteImageSize!] 15 }