-
I'd like to go ahead and present this RFC for implementation, possibly early as it looks to have full support. Or, at the least, I'd like to get the discussion and ideas flowing for implementation in…
-
Recording this here. I'm getting an error with version 4.6 which causes my build to fail. I can't reproduce this on my local dev yet and haven't been able to dig in to it yet. I thought it was caused …
-
When executing a GraphQL query, I see this notice in logs:
```
Notice: Trying to access array offset on value of type bool in Drupal\graphql\Routing\QueryRouteEnhancer->enhance() (line 34 of web/mod…
-
Hi!
First off; really big thanks! Your Youtube videos about GraphQL and this repo really inspired me. We've implemented GraphQL at my work using PHP and I had a task of solving the `n+1` problem. W…
-
I am trying to register custom fields to the wp-graphql plugin with ACF. Per [the documentation](https://github.com/wp-graphql/wp-graphql-acf#registering-fields-in-php), fields can be registered in PH…
-
It looks like Shopify is getting away from using Price Rules and using the 'write_discounts' and 'read_discounts' scopes primarily. I can't seem to get these scopes added using phpclassic/php-shopify.…
-
The following interfaces should be marked as deprecated
1. app/code/Magento/Analytics/Model/ConfigInterface.php: should be replaced by Magento\Framework\Config\DataInterface
1. app/code/Magento/An…
-
Remove the following deprecated interfaces in 2.5-develop branch.
This task depends on deprecation in 2.4: https://github.com/magento/magento2/issues/32063
1. app/code/Magento/Analytics/Model/Co…
-
Some websites need a double language code/slug.
nl-nl
nl-en
be-nl
be-fr
be-en
The graphql does not open when a language is configured this way.
it gives this php error en remains loading end…
-
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 …