An instance of the API client for alida-quiz-app-2.
Note: This client is authorized using a superuser internal api token and has permission to invoke any action in the system using normal API mutations or the Internal API.
All alida-quiz-app-2 configuration values
A map of connection name to instantiated connection objects for alida-quiz-app-2
A high performance structured logger which writes logs to the Logs Viewer in the Gadget Editor.
The model of the record this action is operating on
The Question
record this action is operating on.
The details of the request that is invoking this unit of work, if it was invoked by a request.
Note: Request details are not always present, like during a background connection sync, a background job, or an action retry.
An object passed between all preconditions and effects of an action execution at the scope
property.
Useful for transferring data between effects.
The current request's session, if it has one. Requests made by browsers are given sessions, but requests made using Gadget API Keys are not.
The current request's session ID, if it has one. Requests made by browsers are given sessions, but requests made using Gadget API Keys are not.
Generated using TypeDoc
All the data passed to an effect or precondition within the
delete
action on thequestion
model.