Skip to main content
By adding the @morph.load_data annotation, you can store the output result of the function in context.data and use it.

Parameters

name
string
required
The output result of the function specified by name is stored in context.data

How to Use