INPUT_OBJECT

MongoClientHostInput

Description

Supported in v8.1+ MongoDB client host information.

link GraphQL Schema definition

  • input MongoClientHostInput {
  • # Required. Supported in v8.1+
  • # Port on which the mongod process is running.
  • configurationPort: Int!
  • # Required. Supported in v8.1+
  • # ID of the host where MongoDB is hosted.
  • hostId: String!
  • }