We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PostgRestSortOrder enum isn't exported. As a consequence, TypeScript doesn't allow to set the sortOrder value.
PostgRestSortOrder
sortOrder
const config: IDataProviderConfig = { ... // TypeScript Error sortOrder: 'asc,desc.nullslast' ... } const dataProvider = postgrestRestProvider(config);
The text was updated successfully, but these errors were encountered:
Add nullslast and nullsfirst support to getList
db20f85
Closes raphiniert-com#163, raphiniert-com#162, raphiniert-com#160
b282e86
Successfully merging a pull request may close this issue.
The
PostgRestSortOrder
enum isn't exported. As a consequence, TypeScript doesn't allow to set thesortOrder
value.The text was updated successfully, but these errors were encountered: