OBJECT
DocumentConnection
link GraphQL Schema definition
- type DocumentConnection implements Connection {
- # Count of documents in this page.
- Int! :
- # List of documents in this page
- Document!] : [
- # Relay-compatible connection edges for this page
- DocumentEdge!] : [
- # Relay-compatible paging information
- PageInfo! :
- # NOTE: This field is expensive to compute and should be used sparingly if at all
- # necessary. Total count of matching documents
- Int :
- }