Engagement
Likes
Likeable entities
Like / unlike (by DID)
mutation {
likeContent(id: "did:rad.live:content/feature/abc123") {
id
likes { count isLiked }
}
}
mutation {
unlikeContent(id: "did:rad.live:content/feature/abc123") {
id
likes { count isLiked }
}
}Comments
Listing comments
Creating a comment
Channel follow / unfollow
Follow / unfollow
Followed channels
Last updated

