wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

:rocket: GraphQL API for WordPress

Results 242 wp-graphql issues
Sort by recently updated
recently updated
newest added

### Description After updating to v 1.8.7 the GraphiQL IDE would not start. ### Steps to reproduce 1. Update Wordpress to v. 6.0 / 6.0.1 2. Update WP Graphql to...

Bug
:rocket: Actionable
javascript
GraphiQL

I have been trying to filter pages based on template name using `where` in graphql. However, the template field doesn't appear in the list. Is there an existing filter we...

scope: docs
needs: discussion
type: feature
component: connections
object type: post

# Problem Gutenberg (The WordPress Block Editor) doesn't have a proper server registry for blocks. This makes it difficult for decoupled applications to interact with blocks in any meaningful way....

type: enhancement
help wanted
needs: discussion
type: feature
effort: high
stale?
component: mutations
component: model layer
component: query
component: input

Found a bug in the updated WpGraphQL 1.7.1 and ACF We use Flexible Fields a lot and the updated WPGraphQL does not show the flexible fields in the scheme: Vs...

Bug
status: awaiting reviewer response
GraphiQL
ACF

What does this implement/fix? Explain your changes. --------------------------------------------------- Adds additional WPGraphQL-specific `$args` to `WP_Post_Type` and `WP_Taxonomy` for granular registration/modification of PostObject and TermObject GraphQL types. Builds off of #1486, with...

Enhancement
Ready for Review
status: awaiting reviewer response
Component: API

### What problem does this address? There are numerous cases where a custom post type / taxonomy needs to use a custom model. Currently implementing a custom model is a...

type: enhancement
needs: discussion
scope: api

This is a tracker for all the issues with bad/missing results when resolving nodes by their URI. The general problem stems from `NodeResolver`'s [attempt](https://github.com/wp-graphql/wp-graphql/blob/develop/src/Data/NodeResolver.php#L75) to replicate [`WP::parse_request`](https://developer.wordpress.org/reference/classes/wp/parse_request/) with a provided...

Bug
Architecture
Work In Progress
effort: high
impact: high
Component: Query
focus: node resolver

v1.8.2: v1.8.0: I'm using WooGraphQL v0.11.0 but experienced the issue with v0.10.5 as well.

Bug
ObjectType: Post
woocommerce
focus: node resolver

In WordPress, if you have dates setup in your permalinks, you can visit a url such as `/2021/12` and get an archive of posts from December 2021. Or you could...

type: bug
component: connections

After enabling post formats using the snippet below: ```php add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat' ) ); ``` And creating a post assigned to...

Bug
impact: med
ObjectType: Term
Component: Query
focus: node resolver