Open
Description
Expected behavior:
According to your documentation, I would expect the subscription to return some data, in case a comment status gets updated.
Actual behavior:
As an admin or a moderator role, I can subscribe, though I get an error like following:
Subscription:
subscription {
commentStatusUpdated(id: "f15c008c-ce70-425b-b205-7cf159f6eaef") {
newStatus
}
}
Error:
{
"errors": [
{
"message": "USER_NOT_ENTITLED",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"commentStatusUpdated"
]
}
],
"data": null
}
Versions:
Coralversion: 9.9.0
Thank you for your help and support!