Learning Resources

ServiceStepInput

The remote query's details.

fieldsstring[]
The fields to retrieve in the records.
servicestring
The name of the module's service.
variablesRecord<string, any>Optional
Filters, context variables, or pagination fields to apply when retrieving the records.
throw_if_key_not_foundbooleanOptional
Throw an error if a record isn't found matching an ID specified in the filters.
throw_if_relation_not_foundboolean | string[]Optional
Throw an error if a specified relation isn't found.
listbooleanOptional
Whether to retrieve the records as an array. If disabled, only one record is retrieved as an object.

Default: true

Was this page helpful?
Edit this page