OBJECT

Db2InstancePhysicalChildTypeEdge

Description

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

link GraphQL Schema definition

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