Special parameter

the special parameter used with LIST:

  • decorators?

  • filter?

  • filter(query) : The filter option allows you to apply query-based filtering when retrieving a list of items, enabling dynamic selection of records based on specific criteria.

  • guards?

  • handler?

  • handler? (query, ...args)

  • inject?

  • order? : The order option allows you to specify the sorting criteria when retrieving a list of items, defining the order in which the results should be returned.

  • order?(query)

  • queryparam?: The queryparam option allows you to define additional query parameters that can be passed to the request, enabling more control over the data retrieval or processing logic

Last updated