INPUT_OBJECT

SetBitsUserSettingsInput

Input for the set bits user settings mutation.

link GraphQL Schema definition

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