ContentBlock
Representation of a content block on a webpage
type ContentBlock {
id: Int!
name: String
contents: [ContentBlockContent!]
}
Fields
id ● Int!
The internal id of the content block
name ● String
The internal name of the content block
contents ● [ContentBlockContent!]
The contents of the content block
Example
{
"contents": [
{
"updatedAt": "2024-05-03T11:52:33Z"
}
]
}