OBJECT

UpdateCommunityPointsLastViewedContentError

An error from updating the last viewed community points content timestamps on a channel.

link GraphQL Schema definition

1type UpdateCommunityPointsLastViewedContentError {
2
3# An identifier for the error that occurred.
4code: UpdateCommunityPointsLastViewedContentErrorCode
5
6}