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