ArticleLink Object
Description
Link to an article for navigation or display.
Declaration
type ArticleLink {
_id: ID!
id: Int!
handle: String!
type: String
title: String
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
id | Int! | Numeric identifier for the article. |
handle | String! | URL-friendly handle for the article. |
type ⚠️ | String | Article type (deprecated). ⚠️ Deprecated: No longer supported |
title ⚠️ | String | Article title (deprecated). ⚠️ Deprecated: No longer supported |