GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

This bundle provides tools to build a complete GraphQL API server in your Symfony App.

Results 159 GraphQLBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes | Version/Branch...

enhancement
RFC

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | yes | Version/Branch...

RFC

| 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...

feature

| 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...

feature

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | Version/Branch | 0.13.2 When using...