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