faustjs icon indicating copy to clipboard operation
faustjs copied to clipboard

Faust.js™ - The Headless WordPress Framework

Results 132 faustjs issues
Sort by recently updated
recently updated
newest added

I would like to be able to have my templates execute multiple root queries instead of just one query per template. For example, take the following template structure: ```js //...

feature request
good first issue
package: @faustwp/core

Is there any documentation on how to extract data on a WPE WP hosted solution behind Basic Authentication? I can't even extract the data from an instance behind BA, here...

question / support
awaiting response

When implementing a new project using Faust and WPGraphQL content blocks, I stumbled when converting my list of blocks into a tree because the [default client and parent id keys...

documentation

The preview link is no longer working when you save the draft explicitly. ## Applicable Versions - WordPress plugin version: 1.0.3 - WordPress version: 6.3 ## Steps To Reproduce 1....

bug

Currently Apollo requires a bit of Boilerplate code to configure how to handle pagination on connections. When users add new Post Types, Taxonomies or other types of Nodes, they’re not...

Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 13.5.1. Commits 0c1c7f8 v13.5.1 9744285 v13.5.1-canary.1 44eba02 improve publish-release (#55597) c652dc8 v13.5.1-canary.0 ffafad2 v13.5.0 4a589ed v13.4.20-canary.41 deb81cf fix styled-jsx alias (#55581) 1a9b0f6 improve internal error...

dependencies
javascript

# Description Faust Toolbar currently used in faust-core is not an RSC component. We need to review and provide an implementation part that can be used in Faust App router...

good first issue

## Environment - Faust WP plugin version: latest ## Description Faust does not use `load_plugin_textdomain()` to load translated strings. This should be added to allow translations to work. Reference: https://developer.wordpress.org/reference/functions/load_plugin_textdomain/

bug

To ensure Faust works with WPGraphQL Persisted Queries, we need to test it in our pipeline. This task is for: - installing, activating, configuring WPGraphQL persisted queries for use in...

In [#1463](https://github.com/wpengine/faustjs/pull/1463), we fixed a bug where $id and $uri were given the wrong type. The PR did not have tests. We should add tests to ensure against regressions.