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