OBJECT

Db2DatabaseEdge

Description

Wrapper around the Db2Database object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type Db2DatabaseEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Db2Database object wrapped by this edge.
  • node: Db2Database!
  • }