OBJECT

DeletedDocumentsEdge

A DeletedDocument edge in the connection.

link GraphQL Schema definition

  • type DeletedDocumentsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DeletedDocument` at the end of the edge.
  • node: DeletedDocument!
  • }