nuwave / lighthouse

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

Enum support for morph types #2544

Closed skaesdorf closed 2 months ago

skaesdorf commented 2 months ago

Resolves #2543

Changes

Native PHP Enums registered through the TypeRegistry may be used as morph type in nested MorphTo relations

Breaking changes

None

spawnia commented 2 months ago

@skaesdorf Unfortunately I can not push directly to your branch, thus I created https://github.com/nuwave/lighthouse/pull/2547. Are you fine with merging it as-is, or do you want to include the cleanup in your PR and have me merge that?

skaesdorf commented 2 months ago

@spawnia Thank you! Sure, just merge it. Do you have an estimate when this will be availabe via composer?