In Lighthouse I have an Enum like this <?php use GraphQLTypeDefinitionDescription; #[Description(description: ‘Size’)] enum Size: string { case …
In Lighthouse I have an Enum like this <?php use GraphQLTypeDefinitionDescription; #[Description(description: ‘Size’)] enum Size: string { case …