Objects
NetflixActivityMetadata
No description
type NetflixActivityMetadata implements ActivityMetadata {
title: String!
subject: [Identifier]
date: Date @deprecated
lastPlayedAt: Date
}
Fields
title
String!
The title of the Netflix activity
subject[Identifier]
List of identifiers associated with the activity’s subject.
date
Date
Date indicating when the activity occurred , formatted as (DD/MM/YYYY).
lastPlayedAt
Date
Date indicating when the activity was last played , formatted as (DD/MM/YYYY).
Interfaces
ActivityMetadata
interface