graphql-relay-js icon indicating copy to clipboard operation
graphql-relay-js copied to clipboard

0.10.0 connections causing compile error

Open dan003400 opened this issue 2 years ago • 3 comments

/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.

dan003400 avatar Feb 03 '22 23:02 dan003400

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 ?

jwhitmarsh avatar Feb 08 '22 15:02 jwhitmarsh

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

dan003400 avatar Feb 08 '22 17:02 dan003400

iam new write library ts-relay-cursor-paging

productdevbook avatar Jun 02 '23 12:06 productdevbook