ENUM

StreamRestrictionType

Type of restricted stream. Currently used as inputs for user.followedLiveUsers, StreamOptions, and GameStreamOptions.

link GraphQL Schema definition

1enum StreamRestrictionType {
2
3# Represents streams that are restricted by OWL all-access pass.
4OWL_ALL_ACCESS_PASS
5
6# Represents streams that are restricted to sub-only.
7SUB_ONLY_LIVE
8}