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