graphql / graphql-relay-js

A library to help construct a graphql-js server supporting react-relay.
MIT License
1.54k stars 182 forks source link

0.10.0 connections causing compile error #379

Open danwetherald opened 2 years ago

danwetherald commented 2 years ago
/node_modules/graphql-relay/connection/connection.js:112
┃         ...(0, _graphql.resolveObjMapThunk)(
┃                                            ^
┃
┃ TypeError: (0 , _graphql.resolveObjMapThunk) is not a function

Once downgraded to 0.9.0 the error is removed. This started happening when adding node connections to a project.

jwhitmarsh commented 2 years ago

I've just come across this - looks as if 0.10.0 is only compatible with graphql >= 16. Did you get anywhere with this @dan003400 ?

danwetherald commented 2 years ago

@jwhitmarsh I ended up downgraded to 0.9.0 in order to continue working unfortunately.

productdevbook commented 1 year ago

iam new write library ts-relay-cursor-paging