apollo-server/packages/graphql-server-express/src/index.ts
2016-10-22 23:56:14 -07:00

11 lines
196 B
TypeScript

export {
ExpressGraphQLOptionsFunction,
ExpressHandler,
graphqlExpress,
graphiqlExpress,
} from './expressApollo';
export {
graphqlConnect,
graphiqlConnect,
} from './connectApollo';