OBJECT
DeletedDocumentsEdge
A DeletedDocument edge in the connection.
link GraphQL Schema definition
- type DeletedDocumentsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DeletedDocument` at the end of the edge.
- : DeletedDocument!
- }
OBJECT
A DeletedDocument edge in the connection.
- type DeletedDocumentsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DeletedDocument` at the end of the edge.
- : DeletedDocument!
- }