OBJECT

CdmMongoNode

Description

MongoDB node details for the source.

link GraphQL Schema definition

  • type CdmMongoNode {
  • # Host name of the MongoDB node.
  • host: String!
  • # Port details of the MongoDB node.
  • port: Int!
  • # Host FID of the MongoDB node.
  • hostFid: UUID!
  • }