Skip to main content

PageTags

These are the tags associated to the page

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

Fields

PageTags.parsed ● [ParsedTag] list object

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

PageTags.parsed.category ● String scalar

Optionally filter tags by category.

PageTags.parsed.key ● String scalar

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

PageTags.raw ● [String] list scalar

Member of

PublicPage object