Skip to content

subscription commentStatusUpdated returns a USER_NOT_ENTITLED Error #4783

Open
@sofiadipace

Description

@sofiadipace

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions