OBJECT

MongodbHost

Description

Host description for MongoDB source object.

link GraphQL Schema definition

  • type MongodbHost {
  • # Host address of MongoDB.
  • hostname: String!
  • # Port on which MongoDB is running.
  • port: String!
  • }