Skip to main content

PageTypeContentTags

These tags function in the opposite direction of other tags, allowing you to choose several to focus on while displaying the content. Commonly, these are used to filter or categorize content by providing options that match tags on the content itself.

type PageTypeContentTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String!]
}

Fields

PageTypeContentTags.parsed ● [ParsedTag] list object

Get parsed, and optionally filtered, tags for a Page.

PageTypeContentTags.parsed.category ● String scalar

Optionally filter tags by category.

PageTypeContentTags.parsed.key ● String scalar

Optionally filter tags by key. If category is not provided, but key is, category must be null to be returned.

PageTypeContentTags.raw ● [String!] list scalar

Member of

PublicPageTypeContent object