NotebookPage
No description
type NotebookPage implements PageEntity {
accessibilityAudioAsset: String
accessibilityAudioAssetUrl: AbsoluteOrRelativeURL
accessibilityAudioAssetTitle: String
catalogAsset: String
clientId: ID
companyId: ID!
completionTimeSeconds: Int
contentDescription: String
contentEstimate: String
contentTime: String
createdAt: Date!
editableByChildren: Boolean
id: ID!
indentationLevel: Int
lessonId: ID!
title: String
type: TopicType!
updatedAt: Date!
body: String
}
Fields
NotebookPage.accessibilityAudioAsset
● String
scalar
NotebookPage.accessibilityAudioAssetUrl
● AbsoluteOrRelativeURL
scalar
NotebookPage.accessibilityAudioAssetTitle
● String
scalar
NotebookPage.catalogAsset
● String
scalar
NotebookPage.clientId
● ID
scalar
NotebookPage.companyId
● ID!
non-null scalar
NotebookPage.completionTimeSeconds
● Int
scalar
NotebookPage.contentDescription
● String
scalar
NotebookPage.contentEstimate
● String
scalar
NotebookPage.contentTime
● String
scalar
NotebookPage.createdAt
● Date!
non-null scalar
NotebookPage.editableByChildren
● Boolean
scalar
NotebookPage.id
● ID!
non-null scalar
NotebookPage.indentationLevel
● Int
scalar
NotebookPage.lessonId
● ID!
non-null scalar
NotebookPage.title
● String
scalar
NotebookPage.type
● TopicType!
non-null enum
NotebookPage.updatedAt
● Date!
non-null scalar
NotebookPage.body
● String
scalar
Interfaces
PageEntity
interface
Implemented by
PageResource
union