hristoeftimov
09/08/2017, 10:44 PMComment
table. And works fine. Here is it:
subscription getPostComments {
Comment {
node {
content
}
}
}
The problem is that I am subscribed to any comments for all posts. I want to create a subscription for the current post π How to filter that? I exported the schema and unfortunately I donβt see the type Subscriptions
. How to do that ?nilan
09/08/2017, 10:47 PMhristoeftimov
09/08/2017, 10:52 PM