OBJECT

CreatorOnboardingContent

Onboarding content and tips that are shown during the streamer onboarding experience.

link GraphQL Schema definition

1type CreatorOnboardingContent {
2
3# The time when the onboarding content was first shown to the user.
4firstSeenAt: Time
5
6# The id of the creator onboarding content.
7id: ID!
8
9}