Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version of the GraphQL.js version to 15.3.0 in babel-plugin-relay #3628

Closed
wants to merge 2 commits into from

Conversation

alunyov
Copy link
Contributor

@alunyov alunyov commented Nov 8, 2021

The goals here is to:

  1. Make sure that the output of the parse/print in babel-plugin-relay is matches the output we have in the rust version of the compiler. And I think in 15.3.0 it matches. This should resolve: Rust compiler: definition of 'XYZQuery' appears to have changed #3437

  2. With the release on new Rust based compiler we no longer need to include graphql-js as a peer dependency in the relay-compiler, so we can update our installation instructions and remove graphql-js from there.

Eventually, since we're only using parse/print functions from graphql-js here it is probably make sense to just inline them here.

@facebook-github-bot
Copy link
Contributor

@alunyov has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@alunyov merged this pull request in 8377a25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust compiler: definition of 'XYZQuery' appears to have changed
2 participants