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

GraphQL 0.6.0 compatibility #20

Closed
syrusakbary opened this issue Jun 6, 2016 · 3 comments
Closed

GraphQL 0.6.0 compatibility #20

syrusakbary opened this issue Jun 6, 2016 · 3 comments

Comments

@syrusakbary
Copy link

syrusakbary commented Jun 6, 2016

Hey,

I've been using Apollo server for mocking the Graphene GraphQL schema in frontend (js).

I'm using @include and @skip directives for querying, which seemed were not added into the buildASTSchema until 0.6, so apollo-server doesn't recognize when you use it when querying.

For fixing this you can mimic what express-graphql is doing in it's peer dependencies and update the graphql version in package.json to 0.6.0

https://github.com/graphql/express-graphql/blob/master/package.json#L99

@helfer helfer mentioned this issue Jun 7, 2016
4 tasks
@helfer
Copy link
Contributor

helfer commented Jun 7, 2016

Thanks, I think #21 will be what you need. Are you using apollo-server or graphql-tools? I recently split the two.

@helfer
Copy link
Contributor

helfer commented Jun 7, 2016

New version 0.1.3 published.

@helfer helfer closed this as completed Jun 7, 2016
@syrusakbary
Copy link
Author

@helfer using apollo-server. Thanks for the new version! ;)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants