Query object
Each query exposes properties and methods you can use in bindings:
| Member | Purpose |
|---|---|
data | Last successful response body |
responseMeta | Status metadata |
run() | Execute the query |
clear() | Clear stored response |
Examples:
{{Query1.data}}
{{Query1.run()}}
{{Query1.run().then(() => showAlert("Saved"))}}