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? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | . | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Based on the suggestions in [this issue](https://github.com/webonyx/graphql-php/issues/269) I'd like to use the `persistentQueryLoader` option. However this option is for [webonyx server implemtation](https://github.com/webonyx/graphql-php/tree/master/src/Server) which is not used by this bundle. The...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...
the schema name is absent in ExecutorArgumentsEvent, can we also pass schema name to it ? or keep the schemName in the initial contextValue. ```php $executorArgumentsEvent = $this->preExecute( $this->getSchema($schemaName), $request[ParserInterface::PARAM_QUERY]...
the fields I need to show clients are dynamic based on executor contextValue example ```yaml privateData: type: PrivateType public: '@=context["schema"] in ["admin"]' ``` the key schema above is injected via...
the `ValidatorExtension` is binding to `SchemaBuilder` statically, can we Inject schema extensions to SchemaBuilder via DI?
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes/no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...