You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment We have no way to get Comment in these requests and mutations
query commentPreview($commentId: String!) {
comment(commentId:$commentId){
id
...CommentPreview
}
}
fragment CommentPreview on Comment {
...CommentPreviewBase
id
inReplyTo { ...CommentPreviewBase }
likerCount
myLike{ id }
myFlag{ id }
thread {
id
comments(limit:1){
edges{
...CommentPreviewBase
}
}
context {
...on Flag {
id
}
...on Community {
id
...CommunityInfo
}
...on Collection {
id
community {
id
...CommunityInfo
}
}
...on Resource {
id
collection {
id
community {
id
...CommunityInfo
}
}
}
}
}
}
The text was updated successfully, but these errors were encountered:
Linked with Asses ZenPub replacement with BonFire #121
Comment We have no way to get Comment in these requests and mutations
The text was updated successfully, but these errors were encountered: