WordPress settings can't be queried?
See original GitHub issueIt appears there is some sort of regression with settings from WordPress.
Trying to query:
{
wp {
generalSettings {
title
}
}
}
Doesn’t work. It says that a databaseId
and uri
are required input for querying the wp
field.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Inherit query from template issues - WordPress.org
It doesn't inherit the query settings from the currently used template (which makes sense, since the query loop block likely lives on the...
Read more >Query Loop Block – WordPress.com Support
The Query Loop block allows you to display posts based on parameters you specify. This block is similar to the Latest Posts Block,...
Read more >WordPress: How to Fix Common Server and Connection Errors
Confirm that your credentials match. If they do not, your WordPress PHP files will not be able to connect to your database and...
Read more >Three techniques to alter the query in WordPress
Howdy WP developer! In this snippet, I will describe three different techniques to alter the WordPress default query with an example showing how...
Read more >How to Fix the Error Establishing a Database Connection in ...
The 'Error establishing a database connection' issue can be caused by incorrect database information in your WordPress settings, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is fixed in
gatsby-source-wordpress@4.0.4
!@TylerBarnes interesting. In my case this is the
filters
post type for documenting WPGraphQL filters: https://www.wpgraphql.com/filters/