OBJECT

DeletedDocumentsConnection

A connection to a list of DeletedDocument values.

link GraphQL Schema definition

  • type DeletedDocumentsConnection {
  • # A list of `DeletedDocument` objects.
  • nodes: [DeletedDocument!]!
  • # A list of edges which contains the `DeletedDocument` and cursor to aid in
  • # pagination.
  • edges: [DeletedDocumentsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DeletedDocument` you could get from the connection.
  • totalCount: Int!
  • }