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