fix film description length
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Film {
|
||||
id: int { @Id @AutoIncremented @ObjectType } ;
|
||||
title: string { @NotNull } ;
|
||||
description: string { @NotNull } ;
|
||||
description: string { @NotNull @MaxLen(2000) } ;
|
||||
duration: int { @NotNull } ;
|
||||
image: string { @NotNull } ;
|
||||
rating: short { } ;
|
||||
|
||||
Reference in New Issue
Block a user