-
This new version seems like it doesn't show the `acf` key anymore but rather display an `attributes` property, trying to get the ACF field group data seems to happen through the `data` property that r…
-
We can implement unit tests for our classes and integration tests (#35) for the rest.
But is there a way to easily do end-to-end browser tests?
- JavaScript testing using `Jest`, `@wordpress/env…
-
Starting with v0.10.0, we [automatically register _all_ Gravity Forms forms](https://github.com/harness-software/wp-graphql-gravity-forms/blob/develop/docs/form-field-support.md) fields to the GraphQL…
-
adding this plugin breaks the build and develop via the `gatsby-source-wordpress` plugin. I have already a JWT Authentication but it didn't seem to work with graphql that's why I wanted to try with th…
-
I have followed the Usage-guide, but keeps getting the following error on `gatsby develop`:
```
"gatsby-node.js" threw an error while running the createPages lifecycle:
Cannot query field "wpgr…
-
Hi,
First: thanks for the plugin which is great! 👏
My setup:
- WP 5.8.3
- Polylang Pro 3.1.2 (the pro version gives the possibility to share the same slug between translations)
- WPGraphql …
kuuak updated
3 months ago
-
Hello! My posts are made with WpBakery (Visual Composer), so when I get them in WpGraphQL _via wp-graphql-content-blocks_ I get a lot of not rendered shortcodes in output.
I solved this for conte…
web86 updated
3 years ago
-
Hello,
My team has noticed the following:
A query using where {search: } will show the same posts on multiple pages when using after: endCursor. Typically the first 3-6 posts of the search resul…
-
productCategories query not returning subcategories
**To Reproduce**
1. Go to GraphiQl IDE
2. Write the provided query
3. See the error
```
query GetProductCategories {
productCategori…
-
When a GraphQL Query is cached, the key is generated from information such as:
- normalized query string
- user executing the query
- variables
It would be good to be able to filter the cache…