We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb94a8d commit c95035aCopy full SHA for c95035a
src/PostgrestTransformBuilder.ts
@@ -48,7 +48,7 @@ export default class PostgrestTransformBuilder<
48
): this
49
order(
50
column: string,
51
- options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable: string }
+ options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable?: string }
52
53
/**
54
* Order the query result by `column`.
0 commit comments