TextPage
No description
type TextPage 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
sidebarIsHidden: Boolean!
sidebarItems: [TextPageSidebar!]!
}
Fields
TextPage.accessibilityAudioAsset
● String
scalar
TextPage.accessibilityAudioAssetUrl
● AbsoluteOrRelativeURL
scalar
TextPage.accessibilityAudioAssetTitle
● String
scalar
TextPage.catalogAsset
● String
scalar
TextPage.clientId
● ID
scalar
TextPage.companyId
● ID!
non-null scalar
TextPage.completionTimeSeconds
● Int
scalar
TextPage.contentDescription
● String
scalar
TextPage.contentEstimate
● String
scalar
TextPage.contentTime
● String
scalar
TextPage.createdAt
● Date!
non-null scalar
TextPage.editableByChildren
● Boolean
scalar
TextPage.id
● ID!
non-null scalar
TextPage.indentationLevel
● Int
scalar
TextPage.lessonId
● ID!
non-null scalar
TextPage.title
● String
scalar
TextPage.type
● TopicType!
non-null enum
TextPage.updatedAt
● Date!
non-null scalar
TextPage.body
● String
scalar
TextPage.sidebarIsHidden
● Boolean!
non-null scalar
TextPage.sidebarItems
● [TextPageSidebar!]!
non-null object
Interfaces
PageEntity
interface
Implemented by
PageResource
union