No description
type PlaystationActivityMetadata implements ActivityMetadata {
  title: String!
  subject: [Identifier]
  lastPlayedAt: Date
}

Fields

title
String!
The title of the Playstation activity
subject
[Identifier]
List of identifiers associated with the activity’s subject.
lastPlayedAt
Date
Date indicating the last time game was played.

Interfaces

ActivityMetadata interface