correttojs/graphql-codegen-apollo-next-ssr

Provided example not working

dmaisano opened this issue · 3 comments

I tried running the example project included in the repo and ran into some errors, see below. As is provided out of the box from the repo, I could not get it to run. Not sure if anyone else has encountered the same issue as me.

console output (gist)

image

Did the same thing. Need to replace ./build/src/index.js with graphql-codegen-apollo-next-ssr. Documentation is incoherent

Did the same thing. Need to replace ./build/src/index.js with graphql-codegen-apollo-next-ssr. Documentation is incoherent

That seemed too obvious but hey that's showbiz.

the example uses a relative path ./build/src/index.js so it can be tested before releasing a new version.
Please use graphql-codegen-apollo-next-ssr on your project