OBJECT

Snapshot

link GraphQL Schema definition

  • type Snapshot {
  • id: ID
  • # The name of this snapshot
  • name: ID
  • # The current state of the snapshot
  • state: SnapshotState
  • updated: String
  • created: String
  • }