Types > SupportArticle
Commerce APITypesSupportArticle
SupportArticle

Description

Fields

content_image_files: [File]

Image files referenced by "raw_content".

Expandable

Permission bit: "files.read"


created_at: String!

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

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

Timestamp (RFC 3339)


id: String!

A unique support article identifier

Example: "sa_EQzGqWoY"


rating: Int!

Article rating from 0 to 100

Example: 67


revisions: [SupportArticleRevision!]!


updated_at: String!

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

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

Timestamp (RFC 3339)


vote: Boolean!

Was your vote positive or negative

Example: true


voted: Boolean!

Whether you voted or not

Example: false


Used By

Queries

supportArticles

Types

SupportArticleExpandableItems, SupportArticlePage, SupportArticleRevision

Preview (typescript)

Loading module