INPUT_OBJECT

UpdateSeenCreatorOnboardingContentInput

Updates the list of streamer onboarding content that a user has seen.

link GraphQL Schema definition

1input UpdateSeenCreatorOnboardingContentInput {
4
2# A list of content IDs that should be marked as seen.
3onboardingContentIDs: [ID!]!
7
5# UserID for the user to update seen content.
6userID: ID!
8}