Skip to main content

ConfigArticleFolder Object

Description

A folder used to group and organize articles under a shared URL prefix.

Declaration

type ConfigArticleFolder {
_id: ID!
slug: String!
title: String!
articleRef: ID
mediaRef: ID
seo: SeoEntry
count: Int!
}

Fields

NameTypeDescription
_idID!Internal database identifier.
slugString!URL-safe slug used as the path prefix (e.g. "shows").
titleString!Human-readable display name (e.g. "My Shows").
articleRefIDOptional article used as the root page for this folder (e.g. an intro page at site.com/shows).
mediaRefIDOptional media item for building a dynamic header or mosaic on the folder root page.
seoSeoEntrySEO settings for the folder's root page.
countInt!Count of articles in the folder.