perf(back): #1635 towards a faster api
- Now the burden of resolving fields concurrently is passed to graphql - Now the returned object for a root operation is a lazy-resolved dict of fields with coroutines as the value - This will make the concurrency of the whole API works better - Also simplifies the typing and resolvers signatures
Loading
Please register or sign in to comment