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