API Reference
Mutations
Mutations are operations used to modify data on the Blocklet Server. This includes actions like installing a blocklet, updating a user's profile, or changing routing rules. All mutation methods are asynchronous and return a Promise
that resolves with the result of the operation.
Before making mutation requests, ensure you are properly authenticated. Refer to the Authentication guide for details. For fetching data without changing it, see the Queries section.
The available mutations are grouped into the following categories:
This section provides an overview of the mutation categories. To understand the data structures used in the parameters and responses of these methods, proceed to the Types documentation.