-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: Wait before merging last major version of GraphQL #6577
Comments
We should probably downgrade |
I wonder whether it would be clearer and easier if we just add a clear note to the changelog and release note? |
GraphQL Tools is on the road: ardatan/graphql-tools#1353 |
It's currently WIP if Also, if you are using Yarn, you can solve that with |
I may be wrong but we can't use peer dependency system since parse server should run solo without installing any other dependency. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
any updates on this matter? |
Last version of Parse Server (4.2.0) was released with GraphQL
15.0.0
.I think we should wait before upgrading
graphql
to a major release because it can break and currently breaks merged schemas that use packages with another version likeGraphQL Nexus
orgraphql tools
.Parse users will be stopped by the following Apollo Error :
Invalid options provided to ApolloServer: Cannot use GraphQLObjectType \"RoleConnection\" from another module or realm.\n\nEnsure that there is only one instance of \"graphql\"
This error cannot be resolved until the other tools allow the use of the latest version...
The text was updated successfully, but these errors were encountered: