-
I'm testing GraphQL calls, and the following example from the documentation:
``
it returns the error:
`PHP Fatal error: Uncaught PHPShopify\\Exception\\ApiException: message - syntax error, …
-
Hi, nice port! And probably only good way to handle uploads 👍
However it has very old webonyx/graphql-php dependency (^0.10.2 is more than a year old) and since it's pre-1.0 version it doesn't even …
-
Hi, it's me again!
Sorry to bother you with my noob questions, but I'm trying to add types to the schema from php, and I didn't find any way to do that.
Could you help on that?
Thanks.
-
`webonyx/graphql-php` is a popular PHP GraphQL server library. I was going to use this module until I discovered that it uses the namespace GraphQl and directly conflicts with `webonyx/graphql-php`. A…
-
Hello,
We noticed that for bigger menus the GraphQL response is too slow.
After some investigation we found that this method https://github.com/SnowdogApps/magento2-menu/blob/develop/Model/GraphQl…
-
I am grappling with `PluginManagerSetsCacheBackendRule` giving the message "`` cache tag might be unclear and does not contain the cache key in it"
As an example (and what I'm puzzling through), th…
-
### Preconditions and environment
- Magento 2.4.7-p2
### Steps to reproduce
- Create a simple product S1
- Create a configurable product C1 and assign S1 as child product
- Create a con…
-
Any plan to update webonyx/graphql-php to **0.13.*** ?
Reason being I'm looking to install https://github.com/Ecodev/graphql-upload which requires 0.13 version of webonyx/graphql-php
Any suggestio…
-
**Describe the bug**
When the plugin is installed via composer, [this HPOS compatibility function](https://github.com/wp-graphql/wp-graphql-woocommerce/blob/develop/wp-graphql-woocommerce.php#L172-…
-
Hi, i have been using your package for a bit now - it is great, thank you!
I have been having issues with the type coercion of the built-in scalar types of `graphql-php`. After some investigation, …