graphql-python/flask-graphql

The embedded GraphiQL version is extremely outdated

Hubro opened this issue · 5 comments

Hubro commented

The embedded GraphiQL version (0.11.11) is extremely outdated. The newest version is now 2.0.1.

Current version is 0.17.5 and the release candidate is 1.0.0.

More info: npm graphiql

Hubro commented

Current version is 0.17.5 and the release candidate is 1.0.0.

More info: npm graphiql

Right, my bad, I was going by the version number of the monorepo: https://github.com/graphql/graphiql

In any case, the embedded version is still very outdated and needs to be updated.

There is a PR already taking care of that: #76

Any idea when this will be merged?
Thanks for the great work!

Hi @datavistics

The GraphiQL got a big update and also graphql-python Team has decided to merge flask and the other server implementations into graphql-server-core. With that in mind, I have provided a shared and up to date version of GraphiQL on the library as you can see at this PR.

Cheers