Mutation

Mutation in GraphQL is the way of updating data into a database

Fireapis will be provided with the fields that are optional and required along with their types. You can test your queries using or playground and integrate without any errors. Using GraphQL you can make a combination of queries and mutation simultaneously without any additional configurations, this is the power of GraphQL, but in REST API it's possible only using hard code on the backend

Last updated