We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe5773 commit 931260aCopy full SHA for 931260a
packages/postgrest-core/src/postgrest-parser.ts
@@ -2,13 +2,13 @@ import type { PostgrestBuilder } from '@supabase/postgrest-js';
2
3
import { encodeObject } from './lib/encode-object';
4
import { isObject } from './lib/is-object';
5
+import { parseOrderBy } from './lib/parse-order-by';
6
import type { OrderDefinition } from './lib/query-types';
7
import { sortSearchParams } from './lib/sort-search-param';
8
import {
9
PostgrestQueryParser,
10
type PostgrestQueryParserOptions,
11
} from './postgrest-query-parser';
-import { parseOrderBy } from './lib/parse-order-by';
12
13
export class PostgrestParser<Result> extends PostgrestQueryParser {
14
private readonly _url: URL;
0 commit comments