GraphQLBundle
GraphQLBundle copied to clipboard
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | not sure | Feature request? | not sure | BC Break report? | not sure | RFC? |...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Hi, I'm trying to migrate from a YAML implementation to a full PHP implementation. I well know the solution by using this bundle for years now. But, with this config,...
Hi, great job maintaining this awesome bundle!! I'd like to migrate existing schema into symfony + overblog, but have types conflicting with Relay types (type name is the same, but...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
The actual route data and schema exist in the profile Error: ```Unable to generate a URL for the named route "overblog_graphql_endpoint" as such route does not exist.``` It is hardcoded...
In the documentation is says `@=hasAnyRole` accepts a set of string parameters. But when trying with strings, I get the error: ``` Overblog\\GraphQLBundle\\Security\\BaseSecurity::hasAnyRole(): Argument #1 ($roles) must be of type...
In PHP 8.5 and newer, it is no longer permitted to use an attribute on an abstract class. Currently this is being done in _at least_ the following location: https://github.com/overblog/GraphQLBundle/blob/d9c6f53ea923c92c14cbfa20905cf36f6656d003/src/Annotation/Builder.php#L17...