ContentItem
No description
type ContentItem {
id: ID!
slug: String
contentTypeLabel: String
title: String
asset: AbsoluteOrRelativeURL
description: String
source: String
displayCourse: ID
displayCourseSlug: String
embeddedEnabled: Boolean
courseStartDate: Date
coursePresold: Boolean
courseGracePeriodEnded: Boolean
currentUserUnmetCoursePrerequisites: [ID]
currentUserUnmetLearningPathPrerequisites: [ID]
kind: ContentKind
authors: [String!]
rating: Int
timeZone: String
publishDate: Date
canAddToQueue: Boolean
bulkPurchasingEnabled: Boolean
}