Allow querying data on CoreFootnotes #255
Labels
status: actionable
Ready for work to begin
type: bug
Issue that causes incorrect or unexpected behavior
type: enhancement
Improvements to existing functionality
Querying CoreFootnotes (a newish block as of WP 6.1 I believe) in the current version of wp-graphql-content-blocks returns no data. I don't know how Gutenberg stores the footnotes but it would be nice to be able to query them.
To reproduce, using a stock WP 6.6.0, create a post and insert a footnote. then query it using the following query
For illustration I've queried every single field on CoreFootnotes.
The data returned is
One would expect at least renderedHtml to return the actual content of the footnote, but no dice.
Could this be supported? Footnotes are surprisingly useful and I'm happy WP finally added it as a core feature.
The text was updated successfully, but these errors were encountered: