Project-Books / books-api

GraphQL Books API
https://project-books.github.io/#books-api
MIT License
35 stars 60 forks source link

Create publisher entity #66

Closed knjk04 closed 3 years ago

knjk04 commented 3 years ago

Create a many-to-many relationship between Book and a new Publisher entity

Fields:

We should be able to find all of the books published by that publisher (derived query with JPQL).

Additional context

A new migration is needed for Flyway