-
Hi, just started using this lib. At the graphql-php docs [here](http://webonyx.github.io/graphql-php/type-system/object-types#shorthand-field-definitions) it says it supports a shorthand notation for …
-
With #284 we added a "BlockSchema" field to the block node in GraphQL. This exposes an arbitrary dataset defined by a `getBlockSchema` method on `BaseElement`. We need to convert this to a structured …
-
Hello Maintainers,
We have been working on a new PHP implementation of the GraphQL specification and we are closing in on a version 1.0 release. I just wanted to stop by and mention this to see if …
-
https://github.com/pascaldevink/php-graphql-federation
-
Some background from slack:
@JasonBahl This was my first attempt, I don't know how to debug this, and it doesn't work. I need to move on to other things atm. Let me know if you make any headway:
`…
-
Add curl example how to make query:
- https://github.com/leocavalcante/siler#graphql
I tried to setup that example, and using [graphql-playground](https://github.com/graphql/graphql-playground) I …
-
**API Platform version(s) affected**: 3.2.11
**Description**
While writing tests I noticed that when you try to denormalize a non existing item it'll throw an exception with statuscode 500.
…
-
Hi team, when I make a request I receive the below error but I configured the plugin correctly as per the documentation:
![Screenshot 2023-07-19 160324](https://github.com/wp-graphql/wp-graphql-jwt…
-
# Overview
Query batching allows for multiple queries to be processed in a single HTTP request, reducing network overheads, and allowing in-process optimisations. It is already part of the webonyx …
-
in `/vendor/php-http/curl-client/src/Client.php:137`
```
Stack trace:
#0 /var/www/yiiframework/vendor/php-http/client-common/src/PluginClient.php(82): Http\Client\Curl\Client->sendRequest()
#1 /…