OBJECT
ModViewSettings
Settings for Mod View Page.
link GraphQL Schema definition
1 type ModViewSettings { 2 3 # Date that tuorial was SEEN (nullable when tutorial is dismissed or unseen). 4 : Time 5 6 # Setting to store whether the user has completed the mod view tutorial. 7 : TutorialState 8 9 }