OBJECT

ForYouFeedMetaContent

link GraphQL Schema definition

1type ForYouFeedMetaContent {
2
3# The list of creative category labels if the logged in user has not seen ForYou
4# welcome section
5welcomeFields: [String!]!
6
7}