simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
100 stars 6 forks source link

Upgrade to graphene 3.0 #80

Closed simonw closed 2 years ago

simonw commented 2 years ago

https://github.com/graphql-python/graphene/wiki/v3-release-notes

simonw commented 2 years ago

This will require a major version bump, I had to break backwards compatibility in some very small ways (see #81 for details) - most notably if is now if_ in existing applications.