Skip to content

Commit

Permalink
feat(graphile-build-pg): export all plugins (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 3, 2017
1 parent 77f1d31 commit 9bc9d2e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/graphile-build-pg/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,32 @@ export const defaultPlugins = [
];

export { inflections };

export {
PgBasicsPlugin,
PgIntrospectionPlugin,
PgTypesPlugin,
PgJWTPlugin,
PgTablesPlugin,
PgConnectionArgFirstLastBeforeAfter,
PgConnectionArgOrderBy,
PgConnectionArgCondition,
PgAllRows,
PgColumnsPlugin,
PgForwardRelationPlugin,
PgBackwardRelationPlugin,
PgRowByUniqueConstraint,
PgComputedColumnsPlugin,
PgQueryProceduresPlugin,
PgOrderAllColumnsPlugin,
PgOrderByPrimaryKeyPlugin,
PgRowNode,
PgNodeAliasPostGraphQL,
PgScalarFunctionConnectionPlugin,
PageInfoStartEndCursor,
PgConnectionTotalCount,
PgMutationCreatePlugin,
PgMutationUpdateDeletePlugin,
PgMutationProceduresPlugin,
PgMutationPayloadEdgePlugin,
};

0 comments on commit 9bc9d2e

Please sign in to comment.