Skip to main content

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

NameTypeDescription
slugString!URL-safe slug used as the path prefix (e.g. "shows").
titleString!Human-readable display name (e.g. "My Shows").
_idID!Internal database identifier.
refID!Reference to the config folder.