apollo-server/packages/apollo-server-express/src
Yipeng Zhao 984c47d07a Use playground default settings when possible (#1516)
Playground can either use external settings or its default settings (browser settings), in incompatible ways. The original implementation of default settings here would always provide 'settings' for Playground, in turn make its own settings mechanism disabled, with consequences such as altering settings in-browser cannot work as expect. Besides, once the default settings here go different with Playground provided, it would cause other problems.

The intention here is to use Playground setting as default, while explicit passing Playground settings in Apollo server would still work with defaults defined here merged.
2018-09-01 09:50:10 +02:00
..
__tests__ Use playground default settings when possible (#1516) 2018-09-01 09:50:10 +02:00
ApolloServer.ts Switch to a fork of apollo-upload-server to fix missing core-js dependency. (#1556) 2018-08-20 13:27:15 -07:00
connectApollo.ts Remove graphiql support 2018-06-13 14:00:51 -07:00
expressApollo.ts CDN cache-control headers (#1138) 2018-06-21 13:29:14 -07:00
index.ts Fix and Export Extension and Playground Types (#1360) 2018-07-16 15:49:20 -07:00