Skip to content

Commit

Permalink
add movies to select
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Aug 7, 2024
1 parent f52556f commit 1e09e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/person/dto/v1.4/person-award-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ enum PersonFieldV1_4 {
'nomination.award.title' = 'nomination.award.title',
'nomination.award.year' = 'nomination.award.year',
'nomination.title' = 'nomination.title',
'movies.id' = 'movies.id',
updatedAt = 'updatedAt',
createdAt = 'createdAt',
}
enum PersonSelectFieldV1_4 {
'personId' = 'personId',
'winning' = 'winning',
'nomination' = 'nomination',
'movies' = 'movies',
updatedAt = 'updatedAt',
createdAt = 'createdAt',
}
Expand Down

0 comments on commit 1e09e8f

Please sign in to comment.