apollo-server/packages/apollo-server-hapi/src/index.ts

7 lines
210 B
TypeScript
Raw Normal View History

export { IRegister,
HapiOptionsFunction,
HapiPluginOptions,
HapiGraphiQLOptionsFunction,
HapiGraphiQLPluginOptions,
graphqlHapi, graphiqlHapi } from './hapiApollo';