Field Generation
Storyblok's GraphQL engine generates two fields for each content type using the Pascal case version of the component name:
- For receiving a single item:
[Pascal-cased Name]Item
- For receiving multiple items:
[Pascal-cased Name]Items
Examples:
page
is converted toPageItem
andPageItems
blog-article
is converted toBlogArticleItem
andBlogArticleItems