OBJECT

FirstCheerTutorial

Settings specific to the first cheer tutorial.

link GraphQL Schema definition

1type FirstCheerTutorial {
2
3# Optional field that dictates whether a user has exited out of the first cheer
4# tutorial by clicking out of the experience.
5hasAbandoned: Boolean
6
7# Optional field that dictates whether a user has skipped the first cheer tutorial
8# by clicking the skip button.
9hasSkipped: Boolean
10
11}