OBJECT

SnapshotLocationDetail

Description

Snapshot location information.

link GraphQL Schema definition

  • type SnapshotLocationDetail {
  • # Id of the location.
  • locationId: String!
  • # Name of the location.
  • name: String!
  • }