Commit graph

8 commits

Author SHA1 Message Date
Martijn Walraven
7720ae835e Add TypeScript watch as default build task 2018-10-12 11:23:30 +02:00
Martijn Walraven
a7301080b7 Remove Prettier settings from .vscode/settings.json 2018-09-01 11:54:46 +02:00
Martijn Walraven
685d3399db Apollo Server 2.0 - Caching + RESTDataSource (#1163)
* Enable declarationMap in tsconfig.json

See http://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html

* Add apollo-server-caching package and improve typings

* Remove superfluous test steps

* Add .npmignore to apollo-server-caching

* Add apollo-server-env and apollo-datasource-rest packages

* Fix broken imports

* Use prepublish instead of prepare

* cache is now passed to data sources from ApolloServer constructor

* fix Object.values to use the object passed in rather than this

* add initial datasource test

* docs: initial data source documentation

* docs: initial data source documentation

* compiles and documentation now highlights code in data-sources.md

* Some changes to the data source docs
2018-06-14 23:13:33 -07:00
Martijn Walraven
f81244a039 Update .vscode settings 2017-08-09 15:25:38 +02:00
Kamil Kisiela
86a2b65a5d Hide tsconfig.json in VSCode 2017-01-25 13:56:19 +01:00
Kamil Kisiela
924d13c970 Use one central typescript configuration 2017-01-25 13:54:11 +01:00
Sashko Stubailo
4a5e6b3b7f Rename a variety of things to no longer be called Apollo 2016-10-22 18:48:23 -07:00
James Baxley
c3c6936306 added some vscode default settings 2016-06-10 20:48:43 -04:00