Use filters for bulk update #178
-
|
Sorry, it's me again Thanks for any help ✌️ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
To be honest, I've never tried it. Probably if you add |
Beta Was this translation helpful? Give feedback.
Both directives just implements
Nuwave\Lighthouse\Support\Contracts\ArgBuilderDirectiveandNuwave\Lighthouse\Scout\ScoutBuilderDirective. TheResolveInfo::enhanceBuilder()doing all other stuff. See https://lighthouse-php.com/6/custom-directives/input-value-directives.html#argbuilderdirectiveIf you have access to
Argument/ArgumentSetyou can try something like:https://github.com/LastDragon-ru/lara-asp/blob/a25feab2d7fcb0fd3aded206aa26784ae1b94ca1/packages/graphql/src/Stream/Directives/Directive.php#L492-L513