-
With debugging on I get the following error from v0.4.1 using wp-graphql v0.10.3.
{"errors":[{"debugMessage":"You must define the GraphQL JWT Auth secret to use the WPGraphQL JWT Authentication plu…
-
### Description
I'm not sure if this is an error from Faustjs or from my WordPress, however I couldn't find any problem from WordPress so I'm posting it here because it could be an error from Faust.
…
-
Hi,
My hosting provider just ugpraded to PHP 8 and now the GraphQL API for querying blocks is broken. I deactivated all plugins until I found that this plugin seems to be the culprit. All other plu…
-
**Describe the bug**
I had two password protected products that broke my "products" query.
I got this message:
`{
"errors": [
{
"debugMessage": "Cannot return null for non-nullable…
-
When the plugin is installed on a new WordPress site and the developer attempts to make a GraphQL request before generating the blocks registry for the first time, the following exception is thrown in…
-
Warning: require_once(/srv/bindings/ce661f7c68bc4050b305cd70005747b2/code/wp-content/plugins/wp-graphql-offset-pagination-master/vendor/autoload.php): failed to open stream: No such file or directory …
-
APPLY_COUPON coupon mutation returns different error message when the valid coupon code case changes.
* If the coupon code is lower case it returns "Coupon "code" does not exist!"
* If the coupon c…
-
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [x] I've searched for any related issues and avoided cre…
-
Thanks for this plugin!
I was wondering how caching a named query with query variables works. Let's say I have a paginated query using the `after` filter.
````graphql
query MyPosts( $after: Str…
-
Hi,
It's more like a question but an issue.
We're using Polylang in combination with WPGraphQL Plugin and also ACF.
When we're trying to query specific ACF Options field values via custom end…