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.
  • cursor: String!
  • # The actual MongodbCollection object wrapped by this edge.
  • node: MongodbCollection!
  • }