Skip to main content

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
}

Fields

ContentItem.id ● ID! non-null scalar

ContentItem.slug ● String scalar

ContentItem.contentTypeLabel ● String scalar

ContentItem.title ● String scalar

ContentItem.asset ● AbsoluteOrRelativeURL scalar

ContentItem.description ● String scalar

ContentItem.source ● String scalar

ContentItem.displayCourse ● ID scalar

ContentItem.displayCourseSlug ● String scalar

ContentItem.embeddedEnabled ● Boolean scalar

ContentItem.courseStartDate ● Date scalar

ContentItem.coursePresold ● Boolean scalar

ContentItem.courseGracePeriodEnded ● Boolean scalar

ContentItem.currentUserUnmetCoursePrerequisites ● [ID] list scalar

ContentItem.currentUserUnmetLearningPathPrerequisites ● [ID] list scalar

ContentItem.kind ● ContentKind enum

ContentItem.authors ● [String!] list scalar

ContentItem.rating ● Int scalar

ContentItem.timeZone ● String scalar

ContentItem.publishDate ● Date scalar

ContentItem.canAddToQueue ● Boolean scalar

ContentItem.bulkPurchasingEnabled ● Boolean scalar