Generated the following references: - `entities` - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `search` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
16 lines
1.6 KiB
Plaintext
16 lines
1.6 KiB
Plaintext
---
|
|
displayed_sidebar: homepage
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# CustomFindOptions
|
|
|
|
## Type parameters
|
|
|
|
<ParameterTypes parameters={[{"name":"TModel","type":"`object`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"InKeys","type":"keyof TModel","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="CustomFindOptions"/>
|
|
|
|
## Properties
|
|
|
|
<ParameterTypes parameters={[{"name":"select","type":"FindOptionsSelect<TModel> \\| FindOptionsSelectByString<TModel>","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"where","type":"FindOptionsWhere<TModel> & { [P in string \\| number \\| symbol]?: TModel[P][] } \\| FindOptionsWhere<TModel>[] & { [P in string \\| number \\| symbol]?: TModel[P][] }","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`OrderByCondition`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"skip","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"take","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="CustomFindOptions"/>
|