graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.33k stars 140 forks source link

Upgrade to graphql-core v3 #67

Closed fhennig closed 4 years ago

fhennig commented 4 years ago

Hi, I'm currently looking at upgrading an application to graphql-core v3 (graphql-core-next) and I was wondering if there are any plans to create a version that would be compatible.

Besides this package there's graphene as the main dependency and they have released a pre-release that is compatible with graphql-core v3

olirice commented 4 years ago

graphql-core has adopted v3 in its main repo. Any movement on this?

KingDarBoja commented 4 years ago

Please take a look at this thread.

fhennig commented 4 years ago

I'm going to use graphql-server[flask]