OBJECT

DocumentCommentMessagePart

link GraphQL Schema definition

  • type DocumentCommentMessagePart {
  • normal: String
  • bold: String
  • italic: String
  • documentRowId: UUID
  • userRowId: UUID
  • # Reads a single `Document` that is related to this `DocumentCommentMessagePart`.
  • documentByDocumentRowId: Document
  • # Reads a single `User` that is related to this `DocumentCommentMessagePart`.
  • userByUserRowId: User
  • }