Hello,
I'm using the @neo4j/graphql NodeJS library. I really like the auto-generated 'where' clause I get with the schema, however I would like to extend it an d add my own filters into the where clause. Is this possible,
I have tried defining my own...