# Article

### Fields

| Argument     | Type                 | Description                                                                       |
| ------------ | -------------------- | --------------------------------------------------------------------------------- |
| `categories` | ContentCategoryType! | Content Category.                                                                 |
| `createdAt`  | DateTime             | Date and time when the article was created.                                       |
| `id`         | ID                   | Article Id.                                                                       |
| `imageUrl`   | String               | Thumbnail source link.                                                            |
| `isBlocked`  | Boolean              | True if blocked on default subscription, False if available on all subscriptions. |
| `isFavorite` | Boolean              | True if content is marked as favorite.                                            |
| `isFeatured` | Boolean              | True if featured content.                                                         |
| `lang`       | JSONString           | Translation JSON string.                                                          |
| `order`      | Int                  | Highest value goes first.                                                         |
| `sourceUrl`  | String               | Content source link.                                                              |
| `subTitle`   | String               | Content sub title.                                                                |
| `tags`       | ContentTagType       | Defined content tags.                                                             |
| `title`      | String               | Content main title.                                                               |
| `updatedAt`  | DateTime             | Date and time when the article was updated.                                       |
