Benedikt Franke
Benedikt Franke
Tests pass, I don't see how this change could be problematic.
We do mark public elements of our API with `@api`, so I would categorize this as internal and non-breaking.
Released with https://github.com/webonyx/graphql-php/releases/tag/v15.29.3.
We have https://lighthouse-php.com/master/api-reference/directives.html#upsert
I see how your proposal is mechanically distinct from the existing directives, thank you for elaborating and providing an example. Given the semantic similarity to `@upsert`, I could see the...
`@upsert` is particularly tricky since most of its logic is abstracted in `MutationExecutorDirective`. For a simple example of how to add a directive argument, you can look at existing pull...