Hi I am having massive trouble to do an apparently very simple thing:
NestJS + GraphQL + Neo4J
The issue: the custom directive of neo4j generated from graphql schema are unknown to any framework from the outside.
I see that many other people have s...