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

Error when importing gql.dsl #12

Closed
thedrow opened this issue Dec 9, 2016 · 1 comment
Closed

Error when importing gql.dsl #12

thedrow opened this issue Dec 9, 2016 · 1 comment

Comments

@thedrow
Copy link

thedrow commented Dec 9, 2016

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

@thedrow
Copy link
Author

thedrow commented Dec 20, 2016

Can we please release a new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant