mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 05:56:40 -04:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
export { IRegister,
|
|
HapiOptionsFunction,
|
|
HapiPluginOptions,
|
|
HapiGraphiQLOptionsFunction,
|
|
HapiGraphiQLPluginOptions,
|
|
graphqlHapi, graphiqlHapi } from './hapiApollo';
|