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