-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a response to a query about an Issue, the URL and other info is missing for links created with Reference editor button #4093
Comments
To reproduce the bug, send this query...
... and examine the response, in which urls are missing in cases 1 and 2.
Moreover, here on the repo website, the case 1 also displays a git 'branch' icon and the title of the link target. These items are also missing from the response. |
Actually, I am probably in a wrong place here, as this repo provides a js implementation of graphql spec. The bug I'm trying to report is presumably in the github's implementation of their graphql server and its interaction with the github databases that store the repos and their issues. Advice on where to go with this bug report would be appreciated. |
I do think this is the wrong place to ask that question, a good thing to check would be the |
Thank you @JoviDeCroock. |
I'll close this as it's not really related to our repository |
In a github repo Issue there are 3 ways to insert a link to another issue, PR, e.t.c, for example:
null
fromserialize
function #3231 - 1: a Reference in a list#3231 - 2: same Reference not in a list
link - 3: a Link to the same url
Problem: in the response to a graphql query the link info is missing from the 2 Reference cases.
The text was updated successfully, but these errors were encountered: