OBJECT

HelpContentSnippet

Description

A snippet of help content.

link GraphQL Schema definition

  • type HelpContentSnippet {
  • # ID of the help content.
  • id: String!
  • # Title of the help content.
  • title: String!
  • # Summary of the help content.
  • description: String!
  • # Datasource for help content.
  • source: HelpContentSource!
  • # URL pointing to the complete help content.
  • link: URL
  • }