OBJECT

DocumentVersionFile

link GraphQL Schema definition

  • type DocumentVersionFile {
  • documentVersionRowId: UUID!
  • name: String!
  • size: BigInt!
  • hash: String!
  • # Reads a single `DocumentVersion` that is related to this `DocumentVersionFile`.
  • documentVersionByDocumentVersionRowId: DocumentVersion!
  • }