Commit graph

23 commits

Author SHA1 Message Date
Evans Hauser
84f13babcd
docs: add graphql install next to integrations npm install's 2018-06-25 17:11:08 -07:00
Evans Hauser
c8d747b021
Document Reporting to Engine and Add to migration guide (#1223)
* change logging to metrics and add section on Engine

* add to the migration guide

* address feedback and add clarity around logFunction

* address feedback for migration guide
2018-06-22 14:35:27 -07:00
Evans Hauser
9af856c2c8
Typescript Improvements and esModuleInterop fix (#1210)
* add string input to gql tag

* remove esModuleInterop, tested locally

* change IMPORT_FUNCTION to something real

* fix the rest of the tests
2018-06-20 16:21:50 -07:00
Jesse Rosenberger
7f7f70e13c
docs: Update middleware migration instructions in 2.0 migration guide.
This removes an unnecessary instruction to install `apollo-server` when using the middleware option with Apollo Server 2.0.

While this was necessary in earlier versions of the Apollo Server 2.0 alpha and beta releases, it is no longer needed.
2018-06-19 22:57:09 +03:00
unicodeveloper
7c1f7a6f54 Change to in new pattern of using apollo server 2 2018-06-17 14:55:54 -04:00
Evans Hauser
1592c545dc
docs: change beta to release candidate 2018-06-14 23:37:36 -07:00
Evans Hauser
95fe31dbb6 docs: server.listen to app.listen for express examples 2018-06-14 11:57:30 -07:00
Evans Hauser
7ded129726 docs: replace registerServer with applyMiddleware 2018-06-14 11:57:30 -07:00
Evans Hauser
5e59605c1e
docs: remove GraphiQL and old migration guides 2018-06-13 14:02:49 -07:00
Evans Hauser
ba31cf7a44
Integrations export their own ApolloServer (#1161)
* feat: ApolloServer is created and exported by all variants

* docs: add initial docs around exporting ApolloServer

* feat: export gql from integrations

* docs: change apollo-server examples to use express with registerServer

* server: remove registerExpressServer

* core, docs: comment functions, fix api reference, context creation more like middleware args

* docs: fix integrationed typo
2018-06-12 17:46:56 -07:00
Evans Hauser
63b8b22d53
docs: correct headers on 2.0 migration guide 2018-06-07 11:55:12 -07:00
Evans Hauser
2ba5da9a59
docs: using an existing schema added to migration guide 2018-06-06 11:42:25 -07:00
Evans Hauser
5b4644fbfd
docs: add missing gql tags and add comments that gql is necessary for apollo-server 2018-06-06 11:21:05 -07:00
Evans Hauser
311c927c83
docs: add information around setting up additional middleware in migration/api 2018-06-04 14:34:20 -07:00
unicodeveloper
3b956424e9 Add clarification for gql 2018-06-01 21:29:22 +01:00
Evans Hauser
7e172b038d docs: replace references to variants with integrations 2018-05-30 15:25:12 -07:00
Jesse Rosenberger
e775f70f7d Address feedback from @unicodeveloper. 2018-05-04 17:22:08 -07:00
Jesse Rosenberger
658827654e Consistent quotes. 2018-05-04 17:22:08 -07:00
Jesse Rosenberger
645dae3d7a Spelling fix 2018-05-04 17:22:08 -07:00
Jesse Rosenberger
c74482e7c5 Add additional clarity to the reasons for the API changes. 2018-05-04 17:22:08 -07:00
Peggy Rayzis
ca008e806e Minor edits to the migration guide 2018-05-03 13:25:24 -07:00
unicodeveloper
0acffd0976 Change grammar 2018-05-03 09:00:38 -07:00
Jesse Rosenberger
b19cb77da6
Rename migration-two-dot-beta. 2018-05-02 17:14:36 -07:00
Renamed from docs/source/migration-two-dot-beta.md (Browse further)