Define resolvers on type fields
Returning resolvers from other resolvers isn't supported anymore. Since we have a type system now, we define the resolvers in the object type fields and pass an object with the previous result to them.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
resolver: lts-15.13
|
||||
resolver: lts-15.14
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
Reference in New Issue
Block a user