Project-Books / books-api

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

Add book thumbnail field #7

Closed knjk04 closed 2 years ago

knjk04 commented 3 years ago

Add a field to the Book entity and schema for a book thumbnail.

Data: type String. This will be a part of the path to where the thumbnail is located in our blob cloud file storage

knjk04 commented 3 years ago

Also need to update the sample query