neo4j-graphql-java icon indicating copy to clipboard operation
neo4j-graphql-java copied to clipboard

Provide query hints to middleware

Open Andy2003 opened this issue 4 years ago • 0 comments

As pointetd out in https://github.com/neo4j-graphql/neo4j-graphql-java/pull/78#discussion_r432392618 we should provide query hints to the middleware so it can be passed through to the client.

For example a hint should be passed to the client if it queries an n..m relation without specifying the _every syntax explicitly. The decision to use _every should be well considered, as it can slow down queries considerably

Andy2003 avatar May 29 '20 11:05 Andy2003