ENUM

NotificationTopicType

Current NotificationTopicType only contains GAME. In the future, if introducing new type, please add here.

link GraphQL Schema definition

1enum NotificationTopicType {
2
3# Current NotificationTopicType only contains GAME type
4GAME
5}