HubContent (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| attachmentIds - [ID!]! | |
| attachments - [File!] | |
| createdAt - DateTime! | |
| description - String | |
| embedIds - [ID!]! | |
| embeds - [Embed!] | |
| fields - [HubContentCustomField!] | |
| id - ID! | |
| imageIds - [ID!]! | |
| images - [Media!] | |
| language - String | |
| locked - Boolean! | Whether the post is locked | 
| postTypeId - ID! | |
| publishedAt - DateTime | |
| slug - String | |
| tagIds - [String!] | |
| thumbnail - Media | |
| thumbnailId - String | |
| title - String | |
| updatedAt - DateTime! | 
type HubContent {
  attachmentIds: [ID!]!
  attachments: [File!]
  createdAt: DateTime!
  description: String
  embedIds: [ID!]!
  embeds: [Embed!]
  fields: [HubContentCustomField!]
  id: ID!
  imageIds: [ID!]!
  images: [Media!]
  language: String
  locked: Boolean!
  postTypeId: ID!
  publishedAt: DateTime
  slug: String
  tagIds: [String!]
  thumbnail: Media
  thumbnailId: String
  title: String
  updatedAt: DateTime!
}