Skip to content

Commit 3931eb2

Browse files
committed
description added
1 parent e689a6a commit 3931eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi/api/definitions/movie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@strawberry.type
55
class Movie:
6-
imdb_id: str
6+
imdb_id: str = strawberry.field(description="This is the IMDB ID of the movie")
77
title: str
88
year: int
99
image_url: str

0 commit comments

Comments
 (0)