-
When querying contentTypes on archive pages I receive
```contentTypes: post: null```
The query as per docs:
```
contentTypes {
post {
title
sc…
-
Hey everyone,
I have a question about data security when using the plugin. Here is the problem I am facing:
- Our platform is a subscription based service that serves up paid content from WP gra…
-
I posted this on the `Cloudinary's WordPress Plugin` repo as well. I wasn't sure which side could fix this.
I know there are other issues already created for Cloudinary URLs populating correctly fo…
-
### Description
When querying for pages or posts by URI, it returns any match of the uri even if it's incomplete. It turns out to be a problem when parent/child relationships are in place.
i.e. I'v…
-
**Describe the bug**
I'm new to composer, but it seems somehow composer is autoloading the wrong namespace when calling the `setup_minor_integrations` method.
```
Fatal error: Uncaught Error: …
-
Hi there, an issue arose just now where my graphQL queries are not being served form cache on the server side anymore the first time the page is loaded. If I reload the page then the query loads.
…
-
Upon activating and trying the query below I see this error in my PHP error logs:
> PHP Fatal error: Uncaught Error: Call to undefined method WPGraphQL\Types::int() in /srv/www/lichfieldlive/publi…
-
### Description
It seems I can pass a completely non-existent cursor to a posts pagination query and still get the same posts back as if the cursor had not been included at all.
### Steps to rep…
-
### Description
when registering a mutation using `register_graphql_mutation` passing `deprecationReason` for one of the inputs, it doesn't deprecate them.
Even trying to deprecate input for alr…
-
### Description
Hello, wp-graphql seems to not respect user capabilities for viewing private posts. We have a user with capabilities: "read_private_posts" and "read_private_pages", which are added …