Types > BlogRevision
Commerce APITypesBlogRevision
BlogRevision

Description

Fields

blog_topic: BlogTopic

Topic of this revision

Expandable


created_at: String!

The date and time when blog revision was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


image_files: [File]

Images file for this blog revision

Expandable

Permission bit: "files.read"


language: String!

2-letter language code

Example: "EN"


meta_description: String!

Meta description for SEO purposes

Example: ""


meta_title: String!

SEO-friendly title of the content block

Example: ""


published: Boolean!

Whether server thinks blog is published or not (depends on server time)

Example: false


published_at: String

The date and time when blog was published or null

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


raw_content: String!

Raw content of the blog

Example: "{}"


title: String!

Title of the blog

Example: "Creating a new product"


used_at: String!

The date and time when blog revision was last bumped, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


user: User

Author of the revision

Expandable

Permission bit: "users.read"


Used By

Types

Blog

Preview (typescript)

Loading module