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
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
slug | String! | URL-safe slug used as the path prefix (e.g. "shows"). |
title | String! | Human-readable display name (e.g. "My Shows"). |
articleRef | ID | Optional article used as the root page for this folder (e.g. an intro page at site.com/shows). |
mediaRef | ID | Optional media item for building a dynamic header or mosaic on the folder root page. |
seo | SeoEntry | SEO settings for the folder's root page. |
count | Int! | Count of articles in the folder. |