No description

type YoutubeActivityMetadata implements ActivityMetadata {
  title: String!
  subject: [Identifier]
  date: Date
  percentageWatched: Int!
  contentType: ContentType!
}

Fields

title
String!

The title of the Youtube activity

date
Date

Date indicating the last time the Youtube video was played.

percentageWatched
Int!

An integer indicating what percentage of the entire video duration watched.

Interfaces

ActivityMetadata interface