nuwave / lighthouse

A framework for serving GraphQL from Laravel
https://lighthouse-php.com
MIT License
3.33k stars 434 forks source link

Add `@async` directive #2501

Closed spawnia closed 5 months ago

spawnia commented 5 months ago

Changes

Add the @async directive to postpone execution of a mutation through a job.

Breaking changes

None in public APIs, but I did change the following: