Project-Books / books-api

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

Add new author mutation #73

Closed knjk04 closed 3 years ago

knjk04 commented 3 years ago

Add a GraphQL mutation that allows us to add a new Author with a first name and last name. This should be in a separate mutation class.

We will need to update the schema to allow the about field to be nullable.

knjk04 commented 3 years ago

Implemented