OBJECT

EmoteImageUploadConfiguration

Represents the data needed to continue the upload of an emoticon image asset.

link GraphQL Schema definition

1type EmoteImageUploadConfiguration {
2
3# The id used by upload service to publish updates via pubsub about the uploaded
4# image.
5uploadID: ID
6
7# The url in s3 for where the front-end should post the image asset.
8uploadURL: String
9
10}