OBJECT

MergeResult

The result of a document merge.

link GraphQL Schema definition

  • type MergeResult {
  • # The original entity ID.
  • id: Int
  • # The URL of the merged document.
  • document_path: String
  • }