GameEventGameCheckpointSave
This checkpoint marks a specific point-in-time in which the game can be restored back to via GameEventGameCheckpointLoad
type GameEventGameCheckpointSave {
id: String!
}
Fields
GameEventGameCheckpointSave.id
● String!
non-null scalar
The unique identifier of the checkpoint
Implemented By
GameEventData
union