OBJECT

ModViewSettings

Settings for Mod View Page.

link GraphQL Schema definition

1type ModViewSettings {
2
3# Date that tuorial was SEEN (nullable when tutorial is dismissed or unseen).
4tutorialSeenAt: Time
5
6# Setting to store whether the user has completed the mod view tutorial.
7tutorialState: TutorialState
8
9}