INPUT_OBJECT

DeleteMongoSourceInput

Description

Input for deleting a MongoDB source.

link GraphQL Schema definition

  • input DeleteMongoSourceInput {
  • # Required. ID of the MongoDB source to be deleted.
  • id: String!
  • }

link Require by