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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Upgraded to Graphene 3.0. (#80). This introduces some small backwards-compatibility breaks, hence the 2.0 version number on this release. Most notably, tables or columns that are named after Python keywords (such as if) will now be represented in GraphQL with a trailing underscore, if_. description is also renamed to description_.
Upgraded bundled version of GraphiQL to 1.5.1, running on React 17.0.2. (#75)
Fixed an error caused by tables that include foreign key references to other tables that do not exist. (#79)