I'm using GraphQL on top of Neo4j with the @neo4j/graphql NodeJS library.
I'd like to implement custom resolvers that re-use the auto-generated resolvers, but then extend them by doing advanced filtering, augmenting the results,...
So simply put, in ...