mirror of
https://github.com/vale981/apollo-server
synced 2025-03-20 17:56:39 -04:00
4 lines
162 B
TypeScript
4 lines
162 B
TypeScript
import { graphqlExpress, graphiqlExpress } from './expressApollo';
|
|
|
|
export const graphqlConnect = graphqlExpress;
|
|
export const graphiqlConnect = graphiqlExpress;
|