Learning Goals
In this tutorial, you will learn the following:
- Basic GraphQL syntax, and how it maps to similar SQL syntax
- How GraphQL mutations save time by combining reads and writes into a single transaction
- How to handle add, update, and delete operations in GraphQL
To learn more about graph databases and graph data models before starting this tutorial, see Graph Data Models 101.