ENUM

LinkType

The location that a piece of text should link to.

link GraphQL Schema definition

1enum LinkType {
2
3# Do not link to anything.
4NO_LINK
5
6# Link to the categories directory (on web: https://www.twitch.tv/directory).
7CATEGORIES_DIRECTORY
8
9# Link to the streams directory (on web: https://www.twitch.tv/directory/all).
10STREAMS_DIRECTORY
11}