OBJECT

ProductDocumentation

Description

A help topic in the product documentation.

link GraphQL Schema definition

  • type ProductDocumentation {
  • # ID of the help topic.
  • id: String!
  • # Title of the help topic.
  • title: String!
  • # Summary of the help topic.
  • description: String!
  • # Language code in ISO 639-1.
  • language: String!
  • # Type of the help topic.
  • type: ProductDocumentationType!
  • # A flattened list of nodes representing the contents of the help topic.
  • contents: [ContentNode!]!
  • # List of related help topics.
  • related: [RelatedContent!]!
  • }

link Require by