OBJECT

RelatedContent

Description

A snippet of the related help topic.

link GraphQL Schema definition

  • type RelatedContent {
  • # ID of the related help topic.
  • id: String!
  • # Type of the related help topic.
  • type: ProductDocumentationType!
  • # Title of the related help topic.
  • title: String!
  • # Summary of the related help topic.
  • description: String!
  • # URL pointing to the related help topic.
  • link: URL
  • }