OBJECT
BitsUserSettings
Settings tied to a bits user.
link GraphQL Schema definition
1 type BitsUserSettings { 2 3 # Settings specific to the first cheer tutorial. 4 : FirstCheerTutorial 5 6 }
OBJECT
Settings tied to a bits user.
1 type BitsUserSettings { 2 3 # Settings specific to the first cheer tutorial. 4 : FirstCheerTutorial 5 6 }