Fixed: books title was missing

This commit is contained in:
Daniel
2021-06-08 16:01:45 +02:00
parent 4877386e86
commit 05cdb67329

View File

@@ -3,7 +3,7 @@ service CatalogService @(path:'/browse') {
/** For displaying lists of Books */
@readonly entity ListOfBooks as projection on Books {
ID, author, genre, price, currency
ID, title, author, genre, price, currency
}
/** For display in details pages */