OBJECT
LegalHoldSnappableDetailEdge
Description
Wrapper around the LegalHoldSnappableDetail object. This wrapper is used for pagination.
link GraphQL Schema definition
- type LegalHoldSnappableDetailEdge {
- # String used to identify this edge.
- String! :
- # The actual LegalHoldSnappableDetail object wrapped by this edge.
- LegalHoldSnappableDetail! :
- }