Skip to content

Commit

Permalink
Fix #52: export 3 more types
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 11, 2023
1 parent bd374bb commit b61c601
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ export const PgAggregatesPreset: GraphileConfig.Preset = {
],
};

export {
AggregateSpec,
AggregateGroupBySpec,
AggregateTargetEntity,
} from "./interfaces.js";

// :args src/InflectionPlugin.ts src/AggregateSpecsPlugin.ts src/AddGroupByAggregateEnumsPlugin.ts src/AddGroupByAggregateEnumValuesForAttributesPlugin.ts src/AddHavingAggregateTypesPlugin.ts src/AddAggregateTypesPlugin.ts src/AddConnectionAggregatesPlugin.ts src/AddConnectionGroupedAggregatesPlugin.ts src/OrderByAggregatesPlugin.ts src/FilterRelationalAggregatesPlugin.ts src/AggregatesSmartTagsPlugin.ts

0 comments on commit b61c601

Please sign in to comment.