ArticleFolderReference Object
Description
Folder an article belongs to, denormalized from the config folder definition.
Declaration
type ArticleFolderReference {
slug: String!
title: String!
_id: ID!
ref: ID!
}
Fields
| Name | Type | Description |
|---|---|---|
slug | String! | URL-safe slug used as the path prefix (e.g. "shows"). |
title | String! | Human-readable display name (e.g. "My Shows"). |
_id | ID! | Internal database identifier. |
ref | ID! | Reference to the config folder. |