Skip to main content
Version: 0.11.8

Overview

While Entities enable help you define your app's data model and relationships, Operations are all about working with this data.

There are two kinds of Operations: Queries and Actions. As their names suggest, Queries are meant for reading data, and Actions are meant for changing it (either by updating existing entries or creating new ones).

Keep reading to find out all there is to know about Operations in Wasp.