Skip to main content

CollectionTypeContentTags

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 CollectionTypeContentTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String!]
}

Fields

CollectionTypeContentTags.parsed ● [ParsedTag] list object

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

CollectionTypeContentTags.parsed.category ● String scalar

Optionally filter tags by category.

CollectionTypeContentTags.parsed.key ● String scalar

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

CollectionTypeContentTags.raw ● [String!] list scalar

Member of

PublicCollectionTypeContent object