OBJECT

DocumentsEdge

A Document edge in the connection.

link GraphQL Schema definition

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