Commit de8ceaeb authored by nanahira's avatar nanahira

readOnly for not column

parent d701908c
Pipeline #11142 passed with stages
in 1 minute and 50 seconds
......@@ -117,5 +117,10 @@ export const NotColumn = (
): PropertyDecorator =>
MergePropertyDecorators([
Exclude(),
ApiProperty({ description, required: false, ...swaggerExtras }),
ApiProperty({
description,
required: false,
readOnly: true,
...swaggerExtras,
}),
]);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment