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