INPUT_OBJECT

GetEmoteUploadConfigInput

The input for getting upload config.

link GraphQL Schema definition

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