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

1input UpdateCommunityPointsLastViewedContentInput {
4
2# The channelID where the content was viewed.
3channelID: ID!
7
5# The content types that were viewed.
6viewedContent: [CommunityPointsContentType!]!
8}