Darrell Warde

Results 127 comments of Darrell Warde

Hey @Moodycomputer, in the current 4.0.0 beta and upcoming stable release, we have added a new `@query` directive which allows the selective configuration of aggregate queries: https://neo4j.com/docs/graphql-manual/4.0/reference/directives/schema-configuration/type-configuration/#_query It does not...

In the upcoming version 4.0.0, we are taking a much more opinionated approach and always throwing an error in this scenario. 🙂

Our direction is moving towards only supporting relationship cardinalities supported by the database, so we're going to close this as a won't do.

Reviewing this issue, it sounds like really what you are after is the `where` clause in the `@auth` directive, which evaluates the predicates provided as filters instead of validations. If...

This will now be closed, with a warning message logged if using the _new_ authorization directives without the feature enabled in 3.23.0.

We'll probably allow users to get the translation result (#302).

This is very outdated with implementation being quite different - closing.

`additionalLabels` was never intended for complex logic. We're not going to add spreading of array values or conditional inclusion as has been asked for here.