OBJECT
DeletedDocumentsConnection
A connection to a list of DeletedDocument values.
link GraphQL Schema definition
- type DeletedDocumentsConnection {
- # A list of `DeletedDocument` objects.
- : [DeletedDocument!]!
- # A list of edges which contains the `DeletedDocument` and cursor to aid in
- # pagination.
- : [DeletedDocumentsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DeletedDocument` you could get from the connection.
- : Int!
- }
link Require by
- ClientCompanyRepresents a `Company` which is a finance *client* company.
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- QueryThe root query type which gives access points into the data universe.
- UserA finance `User`.