Skip to main content

ContentBlockContent

Representation of content in a content block

type ContentBlockContent {
id: Int!
language: String
value: String
active: Boolean
updatedAt: DateTime
createdAt: DateTime
}

Fields

id ● Int!

The internal id of the content

language ● String

The language of the content

value ● String

The value of the content

active ● Boolean

Is the content active

updatedAt ● DateTime

When was the content updated

createdAt ● DateTime

When was the content created

Example

{
"updatedAt": "2024-05-03T11:52:33Z"
}