We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intended outcome:
Graphql to be included as a peer dependency in the apollo-language-server package, similar to how it's included in the apollo-graphql package (https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo-graphql/package.json#L19).
apollo-language-server
apollo-graphql
Nice to have: Add support for GraphQL 16.
Actual outcome:
Graphql is currently being included as a dependency in the apollo-language-server package (https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo-language-server/package.json#L37), and doesn't follow these guidelines: https://leebyron.com/graphql-js-preparing-for-v14/
Versions
apollo-language-server: 1.26.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intended outcome:
Graphql to be included as a peer dependency in the
apollo-language-server
package, similar to how it's included in theapollo-graphql
package (https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo-graphql/package.json#L19).Nice to have: Add support for GraphQL 16.
Actual outcome:
Graphql is currently being included as a dependency in the
apollo-language-server
package (https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo-language-server/package.json#L37), and doesn't follow these guidelines: https://leebyron.com/graphql-js-preparing-for-v14/Versions
apollo-language-server: 1.26.9
The text was updated successfully, but these errors were encountered: