OBJECT
ForYouFeedItem
link GraphQL Schema definition
1 type ForYouFeedItem { 2 3 : String! 4 5 : ForYouFeedActor 6 7 : Int! 8 9 : ForYouFeedItemEntity! 10 11 }
OBJECT
1 type ForYouFeedItem { 2 3 : String! 4 5 : ForYouFeedActor 6 7 : Int! 8 9 : ForYouFeedItemEntity! 10 11 }