PostInput object
Input for creating or updating a post
| Field | Type | Description |
|---|---|---|
userId | integer (int32) | Author user ID |
titlerequired | string | Post title |
slug | string | URL-friendly slug |
bodyrequired | string | Full post content in plain text |
excerpt | string | Short preview text |
tags | string[] | Categorization tags |
status | string | Publication status |
views | integer (int32) | Total view count |
likes | integer (int32) | Total like count |
featured | boolean | Whether the post is featured |
coverImage | string (uri) | Cover image URL |
readingTime | integer (int32) | Estimated reading time in minutes |