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