- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
EntryStepInput
The remote query's details.
fields
string[]The fields to retrieve in the records.
entry_point
stringThe name of the data model to retrieve its records.
variables
Record<string, any>OptionalFilters, context variables, or pagination fields to apply when retrieving the records.
throw_if_key_not_found
booleanOptionalThrow an error if a record isn't found matching an ID specified in the filters.
throw_if_relation_not_found
boolean | string[]OptionalThrow an error if a specified relation isn't found.
list
booleanOptionalWhether to retrieve the records as an array. If disabled, only one record is retrieved as an object.
Default: true
Was this page helpful?