OBJECT
DlsArchivalLocation
Description
Information about the archival location.
link GraphQL Schema definition
- type DlsArchivalLocation {
- # ID of the archival location.
- : UUID!
- # Name of the archival location.
- : String!
- # Type of target.
- : TargetType
- }