Project-Books / books-api

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

Cannot find column in the findByTitleIgnoreCase query #128

Closed knjk04 closed 2 years ago

knjk04 commented 2 years ago

Describe the bug Column not found: book0_.genre_id: https://gist.github.com/knjk04/2aeb2a07636703b54a7805bcf4d997dd

Stack trace:

To Reproduce Steps to reproduce the behavior:

  1. Run the findByTitleIgnoreCasequery in graphiql
  findByTitleIgnoreCase(title: "A Brief History of Time") {
    title
  }