Coder Social home page Coder Social logo

Comments (11)

kamilmysliwiec avatar kamilmysliwiec commented on April 20, 2024 3

Just pushed 5.2.3 temporary fix. The issue comes from the underlying lib: Urigo/merge-graphql-schemas#155

from graphql.

davidlav avatar davidlav commented on April 20, 2024 1

Thanks! Appreciate the super fast fix. You've got a great framework here, really enjoying learning it!

from graphql.

davidlav avatar davidlav commented on April 20, 2024 1

Thanks! Was beating my head against the wall last night wondering why the playgound was having server connection errors.

from graphql.

kamilmysliwiec avatar kamilmysliwiec commented on April 20, 2024

Could you provide a repository that reproduces your issue?

from graphql.

antontemchenko avatar antontemchenko commented on April 20, 2024

Same here:

(node:1646) UnhandledPromiseRejectionWarning: Error: Specified query type "Query" not found in document.
    at getOperationTypes (/Users/antontemchenko/Projects/nest/node_modules/graphql/utilities/buildASTSchema.js:157:17)
    at Object.buildASTSchema (/Users/antontemchenko/Projects/nest/node_modules/graphql/utilities/buildASTSchema.js:94:36)
    at Object.buildSchemaFromTypeDefinitions (/Users/antontemchenko/Projects/nest/node_modules/graphql-tools/src/generate/buildSchemaFromTypeDefinitions.ts:43:32)
    at Object.makeExecutableSchema (/Users/antontemchenko/Projects/nest/node_modules/graphql-tools/src/makeExecutableSchema.ts:52:18)
    at GraphQLFactory.<anonymous> (/Users/antontemchenko/Projects/nest/node_modules/@nestjs/graphql/dist/graphql.factory.js:43:62)
    at Generator.next (<anonymous>)
    at /Users/antontemchenko/Projects/nest/node_modules/@nestjs/graphql/dist/graphql.factory.js:16:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/antontemchenko/Projects/nest/node_modules/@nestjs/graphql/dist/graphql.factory.js:12:12)
    at GraphQLFactory.mergeOptions (/Users/antontemchenko/Projects/nest/node_modules/@nestjs/graphql/dist/graphql.factory.js:36:16)
(node:1646) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:1646) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

from graphql.

antontemchenko avatar antontemchenko commented on April 20, 2024

Steps to reproduce:
in new nestjs project follow graphql quickstart:

  1. npm i --save @nestjs/graphql apollo-server-express graphql-tools graphql
  2. Import GraphQLModule to ApplicationModule
  3. Start an application (prod / dev)
  4. Observe an error.

from graphql.

davidlav avatar davidlav commented on April 20, 2024

I get the exact same error as well trying to follow the official tutorial at https://docs.nestjs.com/graphql/quick-start

from graphql.

kamilmysliwiec avatar kamilmysliwiec commented on April 20, 2024

Ensure to update @nestjs/graphql to latest version.

from graphql.

davidlav avatar davidlav commented on April 20, 2024

I'm using version 5.2.2 of @nestjs/graphql and am still getting the same error as @antontemchenko by following the same four steps in the GraphQL quick start.

from graphql.

kamilmysliwiec avatar kamilmysliwiec commented on April 20, 2024

Faced some issues with GraphQL playground. For better UX I encourage to update into 5.3.0

from graphql.

lock avatar lock commented on April 20, 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.