OBJECT

DlsArchivalLocation

Description

Information about the archival location.

link GraphQL Schema definition

  • type DlsArchivalLocation {
  • # ID of the archival location.
  • id: UUID!
  • # Name of the archival location.
  • name: String!
  • # Type of target.
  • targetType: TargetType
  • }