Interface: FetchCollectionProps<M>
Type parameters​
Name |
---|
M |
Properties​
filter​
• Optional
filter: FilterValues
<M
>
Defined in​
limit​
• Optional
limit: number
Defined in​
order​
• Optional
order: "asc"
| "desc"
Defined in​
orderBy​
• Optional
orderBy: string
Defined in​
path​
• path: string
Defined in​
schema​
• schema: EntitySchema
<M
> | EntitySchemaResolver
<M
>
Defined in​
searchString​
• Optional
searchString: string
Defined in​
startAfter​
• Optional
startAfter: any
[]