nuwave / lighthouse

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

Allow `@deprecated` directive on arguments and input fields #2607

Closed spawnia closed 2 months ago

spawnia commented 2 months ago

Resolves https://github.com/nuwave/lighthouse/issues/2081

Changes

Updates the directive definition for @deprecated to align with https://spec.graphql.org/draft/#sec--deprecated.

Breaking changes

None.