Why can't I use directives? #773
Answered
by
rafalp
VoVuongThanhDat
asked this question in
Q&A
-
I am getting error like this when using directives. Can someone help me?
|
Beta Was this translation helpful? Give feedback.
Answered by
rafalp
Jan 18, 2022
Replies: 1 comment 1 reply
-
If you are using graphql-core 3.2, you'll have to downgrade with Sadly we don't limit graphql-core version in our setup.py and new one has been released recently that's not backwards compatibile. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VoVuongThanhDat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using graphql-core 3.2, you'll have to downgrade with
pip install graphql-core<3.2
. It should work then. :)Sadly we don't limit graphql-core version in our setup.py and new one has been released recently that's not backwards compatibile.