@pyramation/postgraphile
Version:
A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)
6 lines (5 loc) • 366 B
TypeScript
export { default as postgraphile } from './postgraphile';
export { default as withPostGraphileContext, debugPgClient } from './withPostGraphileContext';
export { createPostGraphileSchema, watchPostGraphileSchema } from 'postgraphile-core';
export { PostGraphilePlugin } from './pluginHook';
export { enhanceHttpServerWithSubscriptions } from './http/subscriptions';