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? | no | Version/Branch...

performance

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

enhancement

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

enhancement

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

enhancement
feature

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

documentation needed

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?

question

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

bug

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

feature