-
**Describe the bug**
"You do not have the appropriate capabilities to perform this action" on mutation updateCustomer
**To Reproduce**
Steps to reproduce the behavior:
1. This happened on user w…
-
Hello, I guess it's because of the new version of WordPress. I have installed:
- WordPress version 6.2
- WPGraphQL version 1.14.0
- WP GraphQL Gutenberg version 0.4.1
When WP GraphQL Gutenberg is …
-
### Description
We recently ran into an interesting issue with WPGraphQL that only occurs in plugin versions equal or greater to v1.14.0. It seems like the media item slugs and the custom post type s…
-
Installed the plugin on WordPress version: 6.1.1 with WPGraphQL version 1.13.7 and WPGraphQL Smart Cache version: v1.0
After installation the message: "WPGraphQL (v1.12.0+) must be active for "wp-g…
-
### Description
When retrieving terms for a taxonomy, you are allowed to pass an array of TaxonomyEnum but this doesn't work correctly and it only retrieves a single taxonomy's terms.
### Steps …
-
### What problem does this address?
In production world, it's common to use some form of proxy cache.
One nice feature is `Stale-If-Error`
Error detection is based on response STATUS
So if…
-
### Description
Hello! I am trying to set up Discord Oauth2 with the generic Oauth2 provider. However I get the error message
``` "debugMessage": "Provider generic-oauth2 is not enabled."```
I c…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
Hi! I’m trying to fetch and render LearnDash blocks.
I’m doing the following query:
```graphql
query GetPageData {
page(id:“cG9zdDo5”) {
id
editorBlocks(flat:true) {
name
…
-
Hi I'm new to wpgraphql.
wpgraphql and jwt has been installed.
The problem is the response time.
This is the query:
`query GET_POSTS($first: Int) {
posts(first: $first) {
edges {
no…