question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NexusGraphQLSchema is no longer a GraphQLSchema with nexus@1.2.0-next.17

See original GitHub issue

The NexusGraphQLSchema object no longer satisfies GraphQLSchema with nexus@1.2.0-next.17.

const schema: GraphQLSchema = makeSchema({ ... })

gives the error

Type ‘NexusGraphQLSchema’ is missing the following properties from type ‘GraphQLSchema’: _queryType, _mutationType, _subscriptionType, _directives, and 3 more.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
zingerjcommented, Mar 10, 2022

This is now fixed as of v1.3.0. Thanks for your great work as always, @tgriesser!

5reactions
kenmleecommented, Dec 25, 2021

Downgrade graphql from v16 to v15.8 resolved this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Schema - GraphQL Nexus
We will now begin exploring the GraphQL schema building parts of the schema component. Having prior knowledge of GraphQL language itself will greatly...
Read more >
Building a GraphQL schema using Nexus, Prisma and Nextjs
In this video, you'll learn how to add support for Pagination on the Server using Nexus and how to send a paginated query...
Read more >
GraphQL schema basics - Apollo GraphQL Docs
Your GraphQL server uses a schema to describe the shape of your available data. This schema defines a hierarchy of types with fields...
Read more >
Nexus + Prisma: the Future of Backend - zach.codes
Installing the dependencies · Setup Prisma · Nexus GraphQL Schema · Start the server · Adding a CRUD resolver · Spinning up Postgres...
Read more >
GraphQL Code Libraries, Tools and Services
Real-Time with GraphQL for any GraphQL schema or transport. ... This way you can make sure your application will remain quick, and no...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found