INPUT_OBJECT
SetModViewSettingsInput
The required input to set a user's mod view settings relating to turorial.
link GraphQL Schema definition
1 input SetModViewSettingsInput { 4 2 # The time the tutorial on the mod view page was seen. 3 : Time! 7 5 # The viewed state of the tutorial on the mod view page. 6 : TutorialState! 8 }