webonyx / graphql-php

PHP implementation of the GraphQL specification based on the reference implementation in JavaScript
https://webonyx.github.io/graphql-php
MIT License
4.64k stars 564 forks source link

Allow customizing PhpEnumType #1623

Closed spawnia closed 1 month ago

spawnia commented 1 month ago

Implements the solution proposed in https://github.com/webonyx/graphql-php/pull/1621#discussion_r1807390973.

Thank you @shmax for bringing up the lack of customizability.