Skip to content

Commit

Permalink
feat(types): export more types from postgraphile-core (graphile#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Aug 22, 2018
1 parent 2bb3564 commit 98212f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/postgraphile-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ import {
} from "graphile-build-pg";
import { Pool, Client } from "pg";

export {
Plugin,
Build,
Context,
SchemaBuilder,
SchemaListener,
Inflection,
Options,
};

type mixed = {} | string | number | boolean | undefined | null;

const ensureValidPlugins = (name: string, arr: Array<Plugin>) => {
Expand Down

0 comments on commit 98212f3

Please sign in to comment.