INPUT_OBJECT
UpdateCommunityPointsLastViewedContentInput
Input for updating the last viewed community points content timestamps on a channel. The global content that was viewed on the channel will also have the timestamps updated.
link GraphQL Schema definition
1 input UpdateCommunityPointsLastViewedContentInput { 4 2 # The channelID where the content was viewed. 3 : ID! 7 5 # The content types that were viewed. 6 : [CommunityPointsContentType!]! 8 }