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
File "graphql/controllers.py", line 13, in <module>
from graphql_server import GraphQLParams, GraphQLResponse, HttpQueryError, encode_execution_results, get_graphql_params
File ".venv/lib/python3.10/site-packages/graphql_server/__init__.py", line 15, in <module>
from graphql.error import format_error as format_error_default
ImportError: cannot import name 'format_error' from 'graphql.error' (.venv/lib/python3.10/site-packages/graphql/error/__init__.py)
By the way, here is two notes:
Many many thanks for the maintenance of this project 👏
not sure ho hard it would be, but it will really help the upgrade to have a comprenhive changelog of what's new, what's possible breaking, and what are the ,new features.... because we might not follow gql.js so closely to be able to tell exactly what's what...
The text was updated successfully, but these errors were encountered:
Generally, packages using GraphQL-core 3 should always pin the minor version, since it corresponds to the major version of GraphQL.js which can have breaking changes - see also #137.
Any yes, will try to provide more comprehensive changelogs.
I'm just trying to do the upgrade, but i got:
By the way, here is two notes:
The text was updated successfully, but these errors were encountered: