-
Hi,
I'm running into a JS console error when trying to load the Graphiql-ide page in WP-admin after activating your plugin.
![SCR-20221026-j8m](https://user-images.githubusercontent.com/10035261…
-
### Description
I have a flexible content field where I'm creating galleries and adding a "page_link" field to choose multiple pages for the gallery to be shown on. Since upgrading from wp-graphql-ac…
-
**Describe the bug**
Search Query doesn't search
**To Reproduce**
Steps to reproduce the behavior:
1. Go to
```
query getProducts(
$after: String,
$first: Int,
$last: Int,
) {
…
-
### Description
I know this topic was discussed already in various issues that are mainly closed. This is just to bring more attention to my previous [comment](https://github.com/wpengine/faustjs/iss…
-
### Description
When using `register_graphql_field()`, a `DUPLICATE_FIELD` error is thrown even if the field being registered is compatible with the existing one.
For example, let's say a `NodeWit…
-
Currently on WordPress 5.8, wp-graphql 1.6.4, and wp-graphql-gutenberg 0.3.11. Querying for any posts that contain the Post Title, Post Author, or Post Excerpt thow this type of error in the GraphQL r…
-
Hey, i looking for custom field and i am use this plugin, but it didn't save json field in GraphQL
-
Thank you for the great work!
Response headers setted with wp-graphql filters like `graphql_response_headers_to_send` or `graphql_access_control_allow_headers` are ignored when data is served from …
-
Very nice project and it works against the demo site. However it's otherwise quite hard to setup without knowing which versions of WPGraphQL is required and if there are any constraint in terms of da…
yumyo updated
5 years ago
-
I am using this plugin to send a contact form email., this will be handled by a server.
My WPGraphQL server does not require authentication for queries, only for mutations. (e.g. an unauthenticated …