GithubHelp home page GithubHelp logo

Comments (10)

iamclaytonray avatar iamclaytonray commented on April 17, 2024

Try adding a comment above the type or field you'd like to have a description for. IE:

# This is a Post
type Post {
  # A unique identifier
  id: ID!
}

from graphql.

rgolea avatar rgolea commented on April 17, 2024

@kamilmysliwiec, @iamclaytonray For me it's not working either. And yes, I do have the description set. Just for some reason it gets discarded. Any idea? I believe it comes from the merge-graphql-schemas module. Nest (nestjs/graphql) uses ^1.3.0 and the module is on it's 1.4.0 version. Not really sure if it affects. Can anyone help?
screen shot 2018-02-23 at 14 21 36
And yes, the image is a comment for the interface but I added to types, interfaces, parameters, etc and I still don't have anything inside the docs.

from graphql.

iamclaytonray avatar iamclaytonray commented on April 17, 2024

@rgolea - Can you shoot over a small repro? I'll test it out locally and get back with you

from graphql.

rgolea avatar rgolea commented on April 17, 2024

@iamclaytonray not sure how. As far as I can gather, the typedefs come from the documents without the comments. Does it work for you? This is my package.json:

"dependencies": {
    "@nestjs/common": "^4.6.4",
    "@nestjs/core": "^4.6.4",
    "@nestjs/graphql": "^2.0.0",
    "@nestjs/testing": "^4.6.1",
    "apollo-server-express": "^1.3.2",
    "graphql": "^0.13.1",
    "graphql-tools": "^2.21.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^5.5.6",
     ...
  }

from graphql.

iamclaytonray avatar iamclaytonray commented on April 17, 2024

Yep, works for me

from graphql.

rgolea avatar rgolea commented on April 17, 2024

@iamclaytonray is there any way we can talk in private? Gitter?

from graphql.

iamclaytonray avatar iamclaytonray commented on April 17, 2024

Yeah, let me make an account real quick

from graphql.

rgolea avatar rgolea commented on April 17, 2024

This was happening because of the version of graphql. Use 0.11.7.

from graphql.

danil-z avatar danil-z commented on April 17, 2024

I have a same issue

my package json:

$ grep -i graphql package.json
    "@nestjs/graphql": "^5.5.1",
    "@types/graphql": "^14.0.5",
    "graphql": "^14.1.0",
    "graphql-iso-date": "^3.6.1",
    "graphql-tools": "^4.0.3",
    "graphql-type-json": "^0.2.1",

from graphql.

lock avatar lock commented on April 17, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from graphql.

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.