OBJECT

DocumentVersionFilesEdge

A DocumentVersionFile edge in the connection.

link GraphQL Schema definition

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