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
I encountered an issue when trying to generate Python code from a known GraphQL schema using the tool you provided. Simply running it without any inputs produces:
sgqlc-codegen
Traceback (most recent call last):
File "MY/VENV/PATH/bin/sgqlc-codegen", line 12, in <module>
from graphql.language.ast import Value as GraphQLASTValue
ImportError: cannot import name 'Value' from 'graphql.language.ast'
I have sgqlcv9.0 installed locally. If I can provide any more info please don't hesitate to ask.
The text was updated successfully, but these errors were encountered:
@ivica-k - Before this PR gets merged you or we decide on a different fix, you can pip install -e git://github.com/NickHilton/sgqlc.git@graphql-explicit-version#egg=sgqlc (i.e. the branch from that PR) to get sgqlc working again in your project
Hello and thank you for this library.
I encountered an issue when trying to generate Python code from a known GraphQL schema using the tool you provided. Simply running it without any inputs produces:
I have
sgqlc
v9.0
installed locally. If I can provide any more info please don't hesitate to ask.The text was updated successfully, but these errors were encountered: