Creating with Mutations
Learn about mutations and their use in changing data on a GraphQL server.
GraphQL mutations
Mutations are GraphQL operations that usually take some arguments and then perform some changes to data. Here is an example mutation that will create a book:
Get hands-on with 1300+ tech skills courses.