commit
9d26c174d4
@ -28,6 +28,7 @@ describe('bootServer', () => {
|
||||
options: {
|
||||
pluginHook: jasmine.createSpy('pluginHook'),
|
||||
watchPg: true,
|
||||
enableCors: true,
|
||||
simpleSubscriptions: true,
|
||||
graphiql: true,
|
||||
webSocketMiddlewares: [] },
|
||||
|
@ -12,6 +12,7 @@ export interface PostgraphileOptions {
|
||||
pluginHook: PluginHookFn,
|
||||
simpleSubscriptions: boolean;
|
||||
watchPg: boolean;
|
||||
enableCors: boolean;
|
||||
graphiql: boolean;
|
||||
// NOTE (jchristie@8thlight.com) Shape of the middlewares is not
|
||||
// currently important to this application, but if a need arises,
|
||||
|
@ -28,6 +28,7 @@ export function buildServerConfig(
|
||||
pluginHook: pluginHook,
|
||||
simpleSubscriptions: true,
|
||||
watchPg: true,
|
||||
enableCors: true,
|
||||
graphiql: true,
|
||||
webSocketMiddlewares: [
|
||||
expressSessionHandler,
|
||||
|
Loading…
Reference in New Issue
Block a user