Data Queries in your App
Displays all the queries involved in building the app and the information about the properties and the corresponding values.
Last updated
Displays all the queries involved in building the app and the information about the properties and the corresponding values.
Last updated
data
The data fetched by the query after the successful run. Displays all the records as a tree list under this element
code
OK
- when the query execution was successful.
FAILED
- when the query failed for some reason.
success
true
- when the query was executed successfully.
false
- when there was a problem executing the query.
message
extra
The string message or information that the developers imprint for reference and implementation.
isFetching
true
- when the data is being fetched.
false
- when the data fetch is done.
runTime
The time duration taken, in milliseconds, to run the query.
lastEndTime
The UNIX timestamp of the instance when the query was last run
triggerType
automatic
- when the query was set to run automatically, ex: during page load.
manual
- when the query was set to run manually.
Set the custom text to be shown as the message