We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c892bd1 commit b28d962Copy full SHA for b28d962
src/components/file/dto/node.ts
@@ -7,6 +7,7 @@ import { MergeExclusive, Opaque } from 'type-fest';
7
import { RegisterResource } from '~/core/resources';
8
import {
9
DateTimeField,
10
+ DbLabel,
11
ID,
12
InputException,
13
NameField,
@@ -77,6 +78,7 @@ export { FileNode as IFileNode, AnyFileNode as FileNode };
77
78
@ObjectType({
79
isAbstract: true,
80
})
81
+@DbLabel(null)
82
/**
83
* Both file and file version have these properties
84
*/
0 commit comments