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
Syrus Akbary edited this page May 19, 2016
·
7 revisions
Roadmap
Version 1.0
For the next stable version of graphene, we are willing to achieve:
Use and extend graphql-core objects and interfaces. Stop replicating logic from graphql_relay.
Remove context and info keyword arguments from resolvers, make @resolve_only_args decorator the default.
Move graphene.contrib.django to a independent package graphene-django
Move graphene.contrib.sqlalchemy to a independent package graphene-sqlalchemy
Simpler resolvers
Currently, all the resolvers have to receive three arguments, self, args, and info.
We want to simplify the syntax having only self and **args by default, something be closer to: