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