DocumentQuery
Object: DocumentQuery
Section titled “Object: DocumentQuery”A GraphQL object type.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
start* | Int! | Number of documents to skip |
pageSize* | Int! | Number of records to be fetched |
totalPages* | Int! | Total number of pages |
totalRecords* | Int! | Total number of documents in current query |
data* | [Document!]! | Documents data |