ENUM

ExtensionCategoryType

Enumeration of the different category types that are currently supported.

link GraphQL Schema definition

1enum ExtensionCategoryType {
2
3# Curated Category Type is Twitch controlled.
4CURATED
5
6# Developer Category Type is developer controlled.
7DEVELOPER
8
9# Pseudo Categories are categories whose extensions are generated. Slugs are
10# required
11# on pseudo categories and are often the best way to retrieve them. Example pseudo
12# categories
13# and slugs include "new-releases" and "whitelisted".
14PSEUDO
15}