Storyblok
Search Storyblok's Documentation
  1. Field Generation

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 to PageItem and PageItems
  • blog-article is converted to BlogArticleItem and BlogArticleItems