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
from gql import dsl --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-d63fa713ec57> in <module>() ----> 1 from gql import dsl /Users/omer.katz/.virtualenvs/playground/lib/python3.5/site-packages/gql/dsl.py in <module>() 6 from graphql.language import ast 7 from graphql.language.printer import print_ast ----> 8 from graphql.type import (GraphQLField, GraphQLFieldDefinition, GraphQLList, 9 GraphQLNonNull, GraphQLEnumType) 10 ImportError: cannot import name 'GraphQLFieldDefinition'
I tried to upgrade to graphql-core's master but it seems like the class is not defined anymore
The text was updated successfully, but these errors were encountered:
269d2e9
Can we please release a new version?
Sorry, something went wrong.
No branches or pull requests
I tried to upgrade to graphql-core's master but it seems like the class is not defined anymore
The text was updated successfully, but these errors were encountered: