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