You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With upcoming relay@13 release the compiler is written in rust and to my knowledge it doesn't depend on graphql-js and based on these release notes it support TS code generation out of the box facebook/relay#3182
So far the only major project I have seen is impacted with Flow types not being available with graphql-js is relay. FWIW I think just waiting for stable relay@13 is better idea.
Reporting issues with GraphQL.js
I am working on a React project using Relay and Graphql. This is my
package json
:After the Graphql update from version 15.x to 16.x Relay does not work anymore with Graphql. When I run
yarn run relay
, the following error appears:The text was updated successfully, but these errors were encountered: