graphQL not pulling Comments GH Issue

I’m using issueByInfo successfully in terms of finding the correct issue, however when I add the comments section it doesnt return any.

I’ve even used the totalCount at top level and is returning 0

Is this because is a Github Issue? or should it be able to return comments either way?

Hey Antonio1000homens,

We currently don’t support retrieving Github Comments on a Github Issue via our API. To access those comments, you will need to use the Github API directly. If you’re using a Zenhub Issue, we are able to return the Issue Comments via our API.

  • Joseph