Benedikt Franke

Results 451 comments of Benedikt Franke

@GregPeden what would you image the schema definition to look like? I am assuming something like this: ```graphql type Task { ... project_record_due: DateTime @scope(name: "withProjectRecordDue") } ``` With the...

@olivernybroe this is the same problem you had, right?

As of now, all validation runs in a discrete step that happens before all field middleware directives. That is because the validation rules from `@rules`, `@validator` and other validation directives...

@canatufkansu I do not plan to backport any features to v4. `@validator` requires substantial changes, so it can not be done in a backwards compatible way without a lot of...

This change has the potential for a subtle breakage, exactly due to directives such as `ValidatorDirective` that have lingering state. The same might be true for custom directives. The PHP...

This is a breaking change because we are changing the signature of the interface.

> @spawnia Is there any timetable for version 6 release? No, but I reckon it will be a few months. If you need this soon, you can fork or overwrite...

@stayallive @GregPeden @thekonz I am open for including support for this in Lighthouse. At least a dozen people seem interested, judging by the likes on https://github.com/nuwave/lighthouse/issues/847#issuecomment-618254044. Is one of you...

Congratulations 🎉 I came back to this issue because of https://github.com/nuwave/lighthouse/issues/1796. The collective debugging effort in there could be channeled towards a community driven solution.