No description

type NetflixActivityMetadata implements ActivityMetadata {
  title: String!
  subject: [Identifier]
  date: Date @deprecated
  lastPlayedAt: Date
}

Fields

title
String!

The title of the Netflix activity

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