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