Skip to content

Commit

Permalink
Fix #1954 fix graphOptions typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakazo authored and koskimas committed Feb 2, 2021
1 parent a015315 commit 98a2f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/objection/index.d.ts
Expand Up @@ -752,8 +752,8 @@ declare namespace Objection {
export interface GraphOptions {
minimize?: boolean;
separator?: string;
aliases?: string[];
joinOperation: string;
aliases?: {[key: string]: string};
joinOperation?: string;
maxBatchSize?: number;
}

Expand Down

0 comments on commit 98a2f7c

Please sign in to comment.