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.
  • cursor: String!
  • # The actual Db2LogSnapshot object wrapped by this edge.
  • node: Db2LogSnapshot!
  • }