-
**What problem does this feature proposal attempt to solve?**
Community feedback has shown that the default resolver from `webonyx/graphql-php` may not be optimally suited for a Laravel application…
-
I'm using Deferred to avoid N+1 problem, but with a big amount of entities, it produces out of memory error.
Even without buffer it allocates a lot of memory:
```
'resolve' => function($blogSto…
-
When the schema increases, getting 502 Bad Gateway error. And the log is as below
failed (104: Connection reset by peer) while reading response header from upstream, client: 172.18.0.6, server: , req…
-
I believe this is feature request but I am not sure.
Version/Branch: ~1.0@dev
Trying to enable support in phpstorm for `@lang GraphQL` in tests, so that proper highlight and type discovery works. …
-
Why don't we implement this https://github.com/jaydenseric/graphql-multipart-request-spec for file upload. When uploading file, it use `operation` field containing json for specifying our query and va…
-
Hi. Can you add support of Symfony 6?
`./bin/console cache:clear
Fatal error: Declaration of Overblog\GraphQLSubscription\Bridge\Symfony\OverblogGraphQLSubscriptionBundle::getContainerExtension(…
-
Hi,
After enabling the redis cachefactory for SilverStripe\Core\Cache\CacheFactory , my sites (SS5.2 / SS5.3) won't build anymore.
ERROR [Emergency]: Uncaught Exception: Missing graphql file for…
-
I've encountered a problem when deploying CraftQL to production. And devmode is not active.
In `markhuot\CraftQL\Services\GraphQLService.php`
```
$debug = Craft::$app->config->getGeneral()->dev…
-
When you provide an unknown field as if it were a list, rather than getting an error stating the field does not exist, you get the following error:
Argument 1 passed to GraphQL\\Type\\Definitio…
-
I'm using wp-graphql plugin version 1.0.5, wordpress version 5.7 and the latest version of this plugin (stable branch). When performing this query:
```
query roles {
users {
nodes {
r…