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