OBJECT
ContentCatalog
For more details, see Query.contentCatalog.
link GraphQL Schema definition
- type ContentCatalog {
- # The primary unique identifier for the content (in uuid format).
- ID! :
- # A unique integer between 1 and 2,147,483,647 that can be used as an identifier.
- # If use case is incompatible with contentId (uuid), idNum can be used as an
- # integer alternative to contentId.
- Int :
- # Content type.
- ContentCatalogType :
- # True if this content is available to one of the plans associated with they API
- # key being used.
- Boolean! :
- # Content Title.
- String :
- # Content Status, possible values are 'published' or 'retired'.
- String :
- # A content identifier that is used as part of the url path
- String :
- # The full content url path (used to map to the content).
- String :
- # The date the Content was created, released or published.
- DateTime :
- # The date the Content was displayed, updated, latest published or modified.
- DateTime :
- # The content description.
- String :
- # The URL for the content Image.
- String :
- # The Duration of the content in seconds. NOTE: for PATH content type, this value
- # will be null
- Float :
- # Course tags metadata.
- Tags :
- }
link Require by
- ContentCatalogConnectionnull
- ContentCatalogEdgeA type that describes an edge in the 'ContentCatalogConnection'. Essentially, a 'ContentCatalogEdge' is a wrapper object for 'ContentCatalog'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'contentCatalog' records after 'cursor'