mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 05:06:47 +03:00
Updated Roadmap (markdown)
parent
a904649817
commit
9295115c59
|
@ -6,7 +6,7 @@ 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`, instead use it.
|
||||
* Remove context and info keyword arguments from resolvers, make `@resolve_only_args` decorator the default.
|
||||
|
||||
## Simplify resolvers
|
||||
### Simpler resolvers
|
||||
|
||||
Currently, all the resolvers have to receive three arguments, `self`, `args`, and `info`.
|
||||
We want to simplify the versbosity to only `self` and `**args`, so the syntax will be closer to:
|
||||
|
|
Loading…
Reference in New Issue
Block a user