Concluding Mutations
Implement a mutation query in a React application.
We'll cover the following...
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.