I am trying to find a way that a resolver can essentially return another resolver using [nest.js][1] for creating [Resolvers][2], and [type-graphql][3] to create [object types][4].
Here's an example with the star-wars graphql api
{
allVehicles(first: 1, last: 100) {
vehicles {
name