Git Product home page Git Product logo

Comments (5)

rudifa avatar rudifa commented on September 27, 2024

To reproduce the bug, send this query...

query {
  repository(owner: "graphql", name: "graphql-js") {
    issue(number: 4093) {
      title
      number
      body
    }
  }
}

... and examine the response, in which urls are missing in cases 1 and 2.

{
  "data": {
    "repository": {
      "issue": {
        "title": "In a response to a query about an Issue, the URL and other info is missing for links created with Reference editor button",
        "number": 4093,
        "body": "In a github repo **Issue** there are 3 ways to insert a link to another issue, PR, e.t.c, for example:\r\n\r\n- #3231 - 1: a Reference in a list\r\n\r\n#3231 - 2: same Reference not in a list\r\n\r\n[link](https://github.com/graphql/graphql-js/pull/3231) - 3: a Link to the same url\r\n\r\n**Problem**: in the response to a graphql query the **link info is missing** from the 2 Reference cases.\r\n"
      }
    }
  }
}

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.

from graphql-js.

rudifa avatar rudifa commented on September 27, 2024

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.

from graphql-js.

JoviDeCroock avatar JoviDeCroock commented on September 27, 2024

I do think this is the wrong place to ask that question, a good thing to check would be the description of the fields on issue maybe there's an option to make it output the links, if not I reckon the GitHub support staff is your best bet 😅

from graphql-js.

rudifa avatar rudifa commented on September 27, 2024

Thank you @JoviDeCroock.
In the meantime, I did open a ticket with the GitHub support.

from graphql-js.

JoviDeCroock avatar JoviDeCroock commented on September 27, 2024

I'll close this as it's not really related to our repository

from graphql-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.