Types > SupportArticleRevision
Commerce APITypesSupportArticleRevision
SupportArticleRevision

Description

Fields

created_at: String!

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

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

Timestamp (RFC 3339)


internal: Boolean!

Whether support article is internal or not

Example: false


keywords: [String!]!


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 support article is published or not (depends on server time)

Example: false


published_at: String

The date and time when support article was published or null

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

Timestamp (RFC 3339)


raw_content: String!

Raw content of the support article

Example: "{}"


related_articles: [SupportArticle]

Articles related to this article

Expandable


support_topic: SupportTopic

Topic of this revision

Expandable


title: String!

Title of the support article

Example: "Creating a new product"


used_at: String!

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

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

Timestamp (RFC 3339)


user: User

Author of this revision

Expandable

Permission bit: "users.read"


Used By

Types

SupportArticle

Preview (typescript)

Loading module