OBJECT
PathLevel
Provides information about the Levels of a given Path.
link GraphQL Schema definition
- type PathLevel {
- # The unique identifier for an item of content in UUID format.
- ID! :
- # The title of the Path Level.
- String :
- # The description of the Path Level.
- String :
- # A list of all the content in a Path.
- PathContent] : [
- }