๐๏ธ Query Language & Data Retrieval
How to retrieve single objects and collections using the PlayServ LINQ-like query language โ Where, With, nested relations, and server-side translation.
๐๏ธ Data Subscriptions & Live Updates
How to subscribe to live data updates in PlayServ โ initial payload, reactive deltas, JSONPatch optimisation, and subscription restoration.
๐๏ธ Data Mutation & Model Extending
How to persist data changes in PlayServ using Update and Delete, and how to extend models with domain behaviour as RPC methods.