2016-10-22 18:48:23 -07:00
|
|
|
import { graphqlExpress, graphiqlExpress } from './expressApollo';
|
2016-07-28 20:19:39 -07:00
|
|
|
|
2016-10-22 18:48:23 -07:00
|
|
|
export const graphqlConnect = graphqlExpress;
|
2016-10-22 17:05:37 -07:00
|
|
|
export const graphiqlConnect = graphiqlExpress;
|