-
The SQL Query generated for WPGraphQL connections from a user to posts of any post_type includes an error.
This appears to only be the case when using ACM to generate post types. I believe it's so…
-
I am trying to set up an API integration that requires X-WP-Total but it looks like the WP GraphQL JWT plugin is conflicting somewhere to block it from showing in a response. I have it in my access-co…
-
Hey,
I'm using latest (v2.2.1) version of WP Migrate DB Pro. This happens as well in free version of migrate db plugin. I could reproduce it on both Google Chrome (96.0.4664.93) and Mozilla Firefox…
furai updated
2 years ago
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
I've been working with paginating through products combined with custom filters and sorting which has led to some strange behaviour where products are skipped over and cursors ignored.
Paginating …
-
**Describe the bug**
After successfully install the plugin version 0.10.6, when I try to activate the plugin. It created errors.
**Screenshots**
![image](https://user-images.githubusercontent.com…
-
Howdy,
It'd be nice if the plugin registered the metadata against [WPGraphQL](https://www.wpgraphql.com/)
something along the line of
```php
register_graphql_field( 'mediaItem', 'image_…
-
Thanks for working on this great Plugin! Could you confirm pagination is working as expected?
This query returns `false` for `hasNextPage` even if there are more then 10 posts. If I add a (first:10) …
-
Upgrading to `"wp-graphql/wp-graphql": "^1.6",` causes the GraphQL IDE to return `undefined` for the introspection query. Console outputs:
```
Error: Invalid or incomplete introspection result. En…
-
**Describe the bug**
There's an undefined function error when querying `variations` on `VariableProduct`.
**To Reproduce**
Run the following query:
```graphql
query AllProducts {
products …