DatoCMS Schema Inspector
This page will help us understand your DatoCMS schema structure.
The schema introspection query will run automatically to discover your available fields.
Available Query Fields
Total fields: 7
Fields that might contain blog posts:
_allBlogPostsMeta
allBlogPosts
blogPost
All available fields:
_allBlogPostsMeta
_allUploadsMeta
_site
allBlogPosts
allUploads
blogPost
upload
Next Steps
Once you identify the correct field name from above, update the GraphQL queries in your blog pages:
pages/blog.vue
pages/blog/[slug].vue
pages/index.vue
Replace allPosts
with the correct field name (e.g., allBlogPosts
, allArticles
, etc.)