Concluding Mutations

Implement a mutation query in a React application.

Summarizing mutations

When a createBook mutation is sent from our client, our GraphQL server will create a new book within its GraphQL server. Later on, when we search for books, we’ll be able to see our new book within that list.

Exercise: Creating a book with

...