OBJECT

SaveGame

Describes a single save game snapshot in a profile.

  • type SaveGame {
  • # A string value that identifies the format of the save data. All save games with
  • # the same format should use the same string.
  • saveType: String!
  • # The timestamp this save was created.
  • createdTimestamp: DateTime!
  • }