Hi all,
I'm facing an issue with neo4j-graphql-js npm module. I want to manipulate data inside GraphQL resolvers (like an OGM with models: findAll, findById, update, etc.) to add more business logic. But neo4j-graphql-js doesn't provide a way to do i...