OBJECT

DocumentVersionsEdge

A DocumentVersion edge in the connection.

link GraphQL Schema definition

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