-
Hi guys,
First of all thanks for this awesome plugin which makes the block editor available in WpGraphQL!
Currently, I'm testing around and play a bit with custom block. I've created one called …
-
### What problem does this address?
While WPGraphQL doesn't natively expose any fields in the Schema to allow folks to query via `meta_query`, folks can still add meta query support via filters.
…
-
Blocked by #190, #191, #192, #193, #194, #195
PR for the above ^ https://github.com/wp-graphql/wpgraphql-ide/pull/199
----
> "Once the issues we shared above are fixed, we will do a more in-depth …
-
### What problem does this address?
Hello!
We are building a headless wordpress and we are trying to query the regional categories, I have searched the documentation but can't find the necessary q…
-
Cursor-based pagination combined with search queries generates SQL queries that do not correctly paginate search results. Investigating SQL Query Logs shows this is because cursor-based pagination tra…
-
@jasonbahl picking this up from yesterday's slack question/conversation for easier tracking.
**summary of previous conversation**
a list of registered assets (scripts/stylesheets) can be accessed…
-
I think blog project made with Next.js (SSG) may be very good project to include in this repository 😁
-
### 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!
Im quite new to Vue and Nuxt. So far I like the framework until...I got stuck with user authentication. ^^
I made different JWT authentications with React and Next.js in the past and never had b…
-
Trying to query past events, but its returning an empty array.
Query:
```
{
events(where: {endDateQuery: {before: {year: 2020}}}) {
nodes {
title
startDate
}
}
}
``…