TypeScript Operations Reference
Our ORM is currently alpha so expect bugs and API changes. Please report bugs and feature requests on GitHub 🙏
A configured data source can be accessed from a custom operation via. the graph
property of your handler's configuration object. See documentation on the ORM.
For example, assuming we have a data source defined with the namespace users
with a query of get
:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15