Commit graph

266 commits

Author SHA1 Message Date
Prosper Otemuyiwa
92e75d44dd
Merge pull request #1036 from apollographql/docs/v2-essentials-server
[wip] fix Server Essentials for new API.
2018-05-04 15:47:16 -07:00
unicodeveloper
84ce0efa77 Fix server middleware option 2018-05-04 15:45:53 -07:00
Jesse Rosenberger
7c6fb1e537
[wip] fix Server Essentials for new API. 2018-05-04 15:26:53 -07:00
unicodeveloper
7a52788240 Fix the link 2018-05-03 14:39:47 -07:00
unicodeveloper
41a6686436 fix link to building a server 2018-05-03 14:35:56 -07:00
Peggy Rayzis
ca008e806e Minor edits to the migration guide 2018-05-03 13:25:24 -07:00
Prosper Otemuyiwa
990e741068
Merge pull request #1030 from apollographql/fix-api-doc
Add registerServer method
2018-05-03 12:39:25 -07:00
unicodeveloper
9c89a180e0 Add registerServer method 2018-05-03 12:37:00 -07:00
Jesse Rosenberger
1ea28ebb25
Add link to Glitch and online GitHub repository. 2018-05-03 11:30:37 -07:00
Jesse Rosenberger
23d79b043a
Update Getting Started with new API changes and beta. 2018-05-03 11:19:34 -07:00
Jesse Rosenberger
fad123bb71
Remove top level H1s. 2018-05-03 10:20:30 -07:00
Jesse Rosenberger
4165029977
Remove "Why Apollo Server?" from the index.md 2018-05-03 10:02:25 -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
Jesse Rosenberger
591056ec61
Fix introspection and "describing types". 2018-05-02 17:08:30 -07:00
Jesse Rosenberger
5f6ac7831d
docs: [link-removal] temporarily remove links 2018-05-02 16:57:34 -07:00
Jesse Rosenberger
d3af7e5816
Link additional items 2018-05-02 16:57:20 -07:00
Jesse Rosenberger
e3acc3dcc5
Spelling 2018-05-02 16:53:24 -07:00
Jesse Rosenberger
c993c69077
docs: [link-removal] Serverless. 2018-05-02 16:53:05 -07:00
Jesse Rosenberger
92dd853de6
Remove prereqs 2018-05-02 16:30:48 -07:00
Jesse Rosenberger
da8bb44a59
Merge branch 'abernix/docs/wip-1' into docs-overhaul 2018-05-02 16:22:22 -07:00
Jesse Rosenberger
bef8d24a48
link to dataloader 2018-05-02 16:22:01 -07:00
Jesse Rosenberger
ac3ba6f857
Change "root" argument to "parent". 2018-05-02 16:21:09 -07:00
Jesse Rosenberger
a5c6d2e1fc
Remove material summary 2018-05-02 16:21:09 -07:00
Jesse Rosenberger
52e5491470
docs: Index page. 2018-05-02 16:14:09 -07:00
unicodeveloper
df07352a54 Add a full stop 2018-05-02 16:11:56 -07:00
unicodeveloper
b324a7d741 Fix grammar 2018-05-02 16:07:23 -07:00
PROSPER OTEMUYIWA
59cabde92c Fix grammar 2018-05-02 16:04:26 -07:00
PROSPER OTEMUYIWA
08879ff0a6 Add migration for 2.0 beta 2018-05-02 15:59:51 -07:00
Evans Hauser
ba9ee6274a
Merge pull request #1022 from apollographql/evans/error-docs
Add error handling docs section to features
2018-05-02 11:51:47 -07:00
Evans Hauser
33697e68a7
docs: reword intro for features/errors 2018-05-02 11:46:29 -07:00
Evans Hauser
222400ebf4
docs: fix line highlightin features/errors 2018-05-02 11:38:20 -07:00
Evans Hauser
0bcfeb1f3d
docs: remove unused AuthenticationError from features/errors 2018-05-02 11:33:17 -07:00
Evans Hauser
a24ef8da16
docs: root -> parent in feature/errors 2018-05-02 11:32:04 -07:00
Evans Hauser
32caf0aa10
docs: add error handling section 2018-05-02 11:19:14 -07:00
Jesse Rosenberger
7871866136
Update info argument to talk about cache control. 2018-05-02 06:58:11 -07:00
Jesse Rosenberger
b882785389
Change link to Promise to Mozilla docs. 2018-05-02 06:55:22 -07:00
Jesse Rosenberger
264c1c6991
Fix spelling of "alway". 2018-05-02 06:53:20 -07:00
Peggy Rayzis
fa2aa2c54c Restructured essentials (#1019)
* Restructured essentials

* Fix broken links
2018-05-02 06:49:49 -07:00
Sashko Stubailo
e8344befae Make some improvements to schema stitching page 2018-05-01 22:48:09 -07:00
Evans Hauser
d16c08536c
docs: add clarity around mocks object combined with resolvers 2018-05-01 17:08:38 -07:00
Evans Hauser
a658eb4843
docs: directives sections using and implementing titles 2018-05-01 16:46:09 -07:00
Evans Hauser
1b8a2936d3
docs: initial union and interfaces page 2018-05-01 16:12:43 -07:00
Sashko Stubailo
727d782f66 Organize into features section 2018-05-01 14:48:54 -07:00
Evans Hauser
72a59260d5 Schema Organization and Manage a Large Schema (#996)
* docs: simplify schema organization and add modularize schema advanced section

* docs: working around code snippets demonstating how to organize a large schema

* update headers to be h tags and capitalization

* docs: intro to each file in modularize schema and circular reference full type defs

* docs: schema modularization formatting

* docs: shorten wording around intros to code snippets

* Move modularization to organizaition

* docs: removed circular dependencies section from schema organization
2018-05-01 14:09:52 -07:00
Evans Hauser
ad6ffec653 docs: add mocking docs from graphql-tools (#1007) 2018-05-01 14:07:30 -07:00
Evans Hauser
de7f20990b Forklift Schema Stitching Docs from graphql-tools (#1008)
* docs: copy initial stitching sections from graphql-tools

* docs: convert schema stitching introduction to use apollo-server

* docs: remote-schema shortened to contain links only

* docs: schema delegation shortened to remove api reference

* docs: rename schema-stitching to features
2018-05-01 14:07:14 -07:00
Jesse Rosenberger
011f0063aa
docs: Update links to new schema concepts. 2018-04-30 17:25:30 -07:00
Jesse Rosenberger
761ff92bb8
docs: Iteration from Docs workshop.
* Bury Best Practices, for the time being.
* Bury Schema, but leave it on disk.
* Introduce new Querying section.
* Move "Why Apollo Server?" into "Index".
   * ...to be refined.
* Remove no-longer-helpful "Getting Started" from "Index".

cc @stubailo @evans @peggyrayzis @JakeDawkins @unicodeveloper @jbaxleyiii
2018-04-30 15:36:08 -07:00
Jesse Rosenberger
fe6ee688a2
Merge pull request #985 from apollographql/docs-essentials-data
[Work in Progress] docs: essentials > data
2018-04-30 22:09:28 +03:00