OBJECT

DocumentViewing

Information about a document being opened

link GraphQL Schema definition

  • type DocumentViewing {
  • # The ID of the document that was opened
  • document_id: ID
  • # The unique identifier of the viewing
  • id: ID!
  • # The user who opened the document
  • user: User
  • # The ID of the user who opened the document
  • user_id: ID
  • # When the document was opened
  • viewed_at: String
  • }