GraphQLBundle
GraphQLBundle copied to clipboard
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | yes | Version/Branch...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | yes | Tests pass?...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...
I try to convert exceptions with ExceptionConverterInterface like this: ```php class DomainExceptionConverter implements ExceptionConverterInterface { public function convertException(Throwable $exception): Throwable { if ($exception instanceof NotEnabledTransitionException) { $message = ""; foreach...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes ## Preamble...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | Version/Branch | 0.13.2 When using...