OBJECT
DocumentsConnection
A connection to a list of Document values.
link GraphQL Schema definition
- type DocumentsConnection {
- # A list of `Document` objects.
- : [Document]!
- # A list of edges which contains the `Document` and cursor to aid in pagination.
- : [DocumentsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `Document` you could get from the connection.
- : Int
- }