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