OBJECT
ProductDocumentation
Description
A help topic in the product documentation.
link GraphQL Schema definition
- type ProductDocumentation {
- # ID of the help topic.
- String! :
- # Title of the help topic.
- String! :
- # Summary of the help topic.
- String! :
- # Language code in ISO 639-1.
- String! :
- # Type of the help topic.
- ProductDocumentationType! :
- # A flattened list of nodes representing the contents of the help topic.
- ContentNode!]! : [
- # List of related help topics.
- RelatedContent!]! : [
- }