INPUT_OBJECT

SetModViewSettingsInput

The required input to set a user's mod view settings relating to turorial.

link GraphQL Schema definition

1input SetModViewSettingsInput {
4
2# The time the tutorial on the mod view page was seen.
3tutorialSeenAt: Time!
7
5# The viewed state of the tutorial on the mod view page.
6tutorialState: TutorialState!
8}