Represents a document, such as an article, blog post, or any written content.
id ID!
The unique identifier of the document.
## Fields
id ID!
category Category
The category this document belongs to.
coverImage CoverImage
html String!
The HTML content of the document.
isPublished Boolean!
Indicates if the document is published.
markdown String!
The Markdown content of the document.
metaDescription String
A brief description of the document for SEO purposes.
metaTitle String
The title of the document for SEO purposes.
publishedAt String
The publication date of the document in ISO 8601 format.
slug String!
The unique slug of the document, used in URLs.
subtitle String
The subtitle of the document, if any.
title String!
The title of the document.