You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
I'm trying to implement a preview version of my app, but I'm unable to get the updated flexible content from the graphql api. A wysiwyg field does work and the title also updates properly.
I'm using:
ACF Pro 5.9.3
WP GraphQL 1.0.1
WPGraphQL for Advanced Custom Fields 0.4.0
Wordpress 5.6
I'm using the GraphiQL interface to do the following query:
post(id: 528, idType: DATABASE_ID, asPreview:true) {
title
blog {
summary
buildingblocks {
__typename
... on Post_Blog_Buildingblocks_Text {
text
}
... on Post_Blog_Buildingblocks_Quote {
quote
cited
}
}
}
}
}
title and blog->summary are updating properly, but the content within the buildingblocks object is not.
Hopefully you can help! 👍
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement a preview version of my app, but I'm unable to get the updated flexible content from the graphql api. A wysiwyg field does work and the title also updates properly.
I'm using:
I'm using the GraphiQL interface to do the following query:
title and blog->summary are updating properly, but the content within the buildingblocks object is not.
Hopefully you can help! 👍
The text was updated successfully, but these errors were encountered: