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.

Test Next.js with-typescript-graphql examle

See original GitHub issue

yarn create next-app --example with-typescript-graphql with-typescript-graphql-app is the primary path that users install graphql-let. To avoid regressions, effecting to Next.js example, we should test it.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
guillaumeLamandacommented, Sep 9, 2021

After cloning, installing dependencies, and run yarn dev, I have no graphql-let related errors. 😬

1reaction
guillaumeLamandacommented, Jul 7, 2021

I just try again from the nextjs repo, and it seems to work fine for me now. The only difference I’ve seen, the cacheDir option in the .graphql-let.yml. It is now recommended to set .cache rather than __generated__. If your problem persists, can you provide an example?

You can find a working example here if you want

Read more comments on GitHub >

github_iconTop Results From Across the Web

Next js + GraphQL + TypeScript Setup - DEV Community ‍ ‍
This article will walk you through a simple GraphQL setup for your Next JS app. This guide is aimed at people already familiar...
Read more >
piglovesyou/nextjs-example-typescript-jest - GitHub
This template extends Apollo Server and Client Example by rewriting in TypeScript and integrating graphql-let, which runs TypeScript React Apollo in ...
Read more >
Fullstack app with TypeScript, Next.js, Prisma & GraphQL
Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to create a ......
Read more >
Testing a GraphQL Schema with Jest and TypeScript - YouTube
We install jest and ts-jest before setting up the test runner. We then write some tests and run them against our GraphQL schema....
Read more >
NextJS + GraphQL Blueprint: Professional Grade Setup
We'll use NextJS, Apollo Server Micro, Type GraphQL, GraphQL Code Generation, react-query and graphql -request to make a completely type safe ...
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