Skip to content

Commit

Permalink
fix(types): add missing useAsterisk on QueryBuilder
Browse files Browse the repository at this point in the history
Fixes #432
  • Loading branch information
benjie committed Apr 4, 2019
1 parent 522bbf4 commit cda3d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphile-build-pg/src/QueryBuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default class QueryBuilder {
asJsonAggregate?: boolean;
onlyJsonField?: boolean;
addNullCase?: boolean;
useAsterisk?: boolean;
}): SQL;

// ----------------------------------------
Expand Down

0 comments on commit cda3d89

Please sign in to comment.