Provided example not working
dmaisano opened this issue · 3 comments
dmaisano commented
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.
WillSquire commented
Did the same thing. Need to replace ./build/src/index.js
with graphql-codegen-apollo-next-ssr
. Documentation is incoherent
RileySeaburg commented
Did the same thing. Need to replace
./build/src/index.js
withgraphql-codegen-apollo-next-ssr
. Documentation is incoherent
That seemed too obvious but hey that's showbiz.
correttojs commented
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