Meta
The metadata fields for a Knowledge Base.
type Meta {
description: String
robots: String!
}
Fields
Meta.description ● String scalar common
The meta description.
Meta.robots ● String! non-null scalar common
The meta robots.
Member of
Article object ● KbCategory object ● KnowledgeBase object ● Publishable interface