thecodingmachine / graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.
34 stars 36 forks source link

[Error handling] Remove category from exceptions #211

Open cvergne opened 2 months ago

cvergne commented 2 months ago

Apply changes from https://github.com/thecodingmachine/graphqlite/pull/685 to the bundle.

[!WARNING] Do no not merge until merge and release of https://github.com/thecodingmachine/graphqlite/pull/685

[!NOTE] Still having error running test about DependencyInjection/Configuration.php not compatible with implemented interface. Not fixed it in this PR (as already done in #208), but should probably split it into a distinct PR.

homersimpsons commented 1 month ago

Hello @cvergne thank you for this contribution! Can you update the code to fix the pipeline?

cvergne commented 1 month ago

Hello @homersimpsons The PR requires the one from the main library to be released to work, which will fix the pipeline ^^'

That's why I left the PR in draft as it's not ready.