INTERFACE
ArchivalEntity
Description
Target or TargetMapping entity used for archival.
link GraphQL Schema definition
- interface ArchivalEntity {
- # Use case type of the archival entity.
- : ArchivalEntityUseCaseType!
- }
link Require by
- ArchivalEntityConnectionPaginated list of ArchivalEntity objects with additional pagination information. Use `nodes` if per-object cursors are not needed. Each page of the results will include at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ArchivalEntityEdgeWrapper around the ArchivalEntity object. This wrapper is used for pagination.
- ArchivalEntityTargetArchival entity of type target.
- ArchivalEntityTargetMappingArchival entity of type target mapping.