Fork me on GitHub
#kaocha
<
2021-05-13
>
royalaid03:05:50

I currently want to test, for example, just our pathom implementation or a subset of resolvers that are connected to a certain model. The structure is roughly pathom at the top then pathom.resolvers and pathom.mutations and then pathom.resolvers.<data-type> , etc

royalaid03:05:11

we have some cases where data-types live inside their parent too

royalaid03:05:39

so it is possible to handle all of our pathom impl or just mutations or resolvers with tools that exist

royalaid03:05:17

but testing something like just data-type a or data-type b would still require a lot of setup for a one off use

royalaid03:05:32

and that seems to be the case that isn’t covered by the above AFAICT