OBJECT
Information about a document being opened
type DocumentViewing {# The ID of the document that was openeddocument_id: ID # The unique identifier of the viewingid: ID! # The user who opened the documentuser: User # The ID of the user who opened the documentuser_id: ID # When the document was openedviewed_at: String }