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