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