wp-graphql-content-blocks
wp-graphql-content-blocks copied to clipboard
Latest version of Wordpress 6.5.4 returns null for various core block attributes
On the latest version of wordpress 6.5.4 getting the following errors
graphQLErrors: [
{
message: 'Cannot query field "tagName" on type "CoreButtonAttributes".',
extensions: [Object],
locations: [Array]
},
{
message: 'Cannot query field "type" on type "CoreButtonAttributes". Did you mean "style"?',
extensions: [Object],
locations: [Array]
},
{
message: 'Fields "attributes" conflict because subfields "align" conflict because they return conflicting types String and String!. Use different aliases on the fields to fetch both if this was intentional.',
extensions: [Object],
locations: [Array]
},
Seems that there have been some changes to gutenberg core blocks that require the refactoring of this plugin.