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