apollo-server/packages/graphql-server-express/src/index.ts

11 lines
195 B
TypeScript

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