ENUM

DropImageType

DropImageType is the list of possible uses that an image can have for drops.

link GraphQL Schema definition

1enum DropImageType {
2
3# Image for telling viewers that drops are available if they link accounts.
4LINK_NOTIFICATION
5
6# Image for showing a viewer what item a developer awarded as a drop.
7ITEM
8}