documentViewings
Get Document Viewings for a specific document. A 'View' is when a document is downloaded or opened in a new tab
Arguments
Returns
[DocumentViewing!]
Example
query documentViewings( $after: Cursor $document_id: ID $offset: Int $per_page: Int) { documentViewings( after: $after document_id: $document_id offset: $offset per_page: $per_page ) { cursor document_id id user user_id viewed_at }}