Commit Graph

179 Commits

Author SHA1 Message Date
Tyler Brown
4ae53f96b0 Fix named import in code snippet 2019-08-20 20:39:03 -07:00
Stephen Barlow
b6227e4b8b Rename instances of Engine to Graph Manager 2019-08-20 11:02:42 -07:00
Mateus Sobral
00969544da Merge branch 'master' into improve-docs-tutorial-queries 2019-08-11 17:50:12 -03:00
George Tsopanoglou
8ee0fdbabe Typo fix in resolvers.md (#545)
Typo fix: `Mutation` instead of `Mission` in resolvers.md
2019-08-11 09:55:37 -04:00
Mateus Sobral
16ff5db9f2 Update docs/source/tutorial/queries.md 2019-08-11 03:36:18 -03:00
Hugh Willson
6c6819163b Merge branch 'master' into hooks-conversion 2019-08-06 09:09:45 -04:00
Lawton Spelliscy
faef1fc6a8 Removes outdated reference (#541) 2019-08-05 17:39:22 -07:00
hwillson
2fffdb6b53 Replace ApolloConsumer with useApolloClient 2019-08-05 13:35:16 -04:00
Hugh Willson
4be3987dd0 Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:20:24 -04:00
Hugh Willson
0761a180e1 Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:20:10 -04:00
Hugh Willson
f9bc581ff6 Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:20:02 -04:00
Hugh Willson
39b6fce198 Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:19:55 -04:00
Hugh Willson
d96ff50bfc Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:19:46 -04:00
Hugh Willson
db97b36ae0 Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:19:37 -04:00
Hugh Willson
9731bd8ced Update docs/source/tutorial/queries.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:19:27 -04:00
Hugh Willson
dd2300d336 Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:18:39 -04:00
Hugh Willson
dce5f7688c Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:18:26 -04:00
Hugh Willson
114ec687ed Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:18:10 -04:00
Hugh Willson
7c1d69bc83 Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:17:54 -04:00
Hugh Willson
78185ebf18 Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:17:37 -04:00
Hugh Willson
2ee29d3696 Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:17:22 -04:00
Hugh Willson
7b0d5ed02d Update docs/source/tutorial/mutations.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:16:50 -04:00
Hugh Willson
6c70969e63 Update docs/source/tutorial/local-state.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:16:38 -04:00
Hugh Willson
1d3560a3b0 Update docs/source/tutorial/local-state.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:16:18 -04:00
Hugh Willson
f6b699d35f Update docs/source/tutorial/client.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:15:56 -04:00
Hugh Willson
b102fc0561 Update docs/source/tutorial/client.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:15:32 -04:00
hwillson
7be6846f80 Manage local state Hooks updates 2019-08-04 14:34:50 -04:00
hwillson
6746f5e988 Update data with mutations Hooks updates 2019-08-04 14:06:19 -04:00
hwillson
4c3f5e0b56 Fetch data with queries Hooks updates 2019-08-04 13:56:14 -04:00
hwillson
cba0b76617 Connect your API to a client Hooks changes 2019-08-04 13:40:32 -04:00
Heero
a715ae6b15 Update production.md (#477)
* Update production.md

* Update production.md
2019-07-16 18:48:31 +03:00
Leakey Maina
6e722b255f Update resolvers.md (#494)
## Write resolvers on types

the type in the schema should be Mission not Mutation


_src/schema.js_
```js
  type Mission{
    # ... with rest of schema
    missionPatch(mission: String, size: PatchSize): String
  }
```
2019-07-16 18:46:57 +03:00
Lawton Spelliscy
3e48c0b740 Fix: Update production document to match the text of Apollo engi… (#517)
* Fix: Update production document to match the text of Appollo engine website

* Update production.md
2019-07-16 18:43:54 +03:00
Geoff Schmidt
9bb45165d6 Fix run-on sentence (#518) 2019-07-13 18:40:48 -07:00
Peter Ringelmann
7eada0b0b2 Change missionPatch type to String (#485)
`missionPatch`'s type in the schema must have accidentally been changed from `String` to `PatchSize` when a resolver was added.

This causes a fairly difficult to debug error in the Client UI while working through the tutorial. (at least for graphQL newbies like me)
2019-06-18 11:17:19 -07:00
Joey Sinonet
e91445b2a6 Remove "Deply to Now" from tutorial (#444)
This part of the tutorial is no longer working. 

As such, it only hampers someone trying to work through the tutorial.

Even following the suggestions in https://github.com/apollographql/apollo/issues/264, I was not able to create a successful deployment. (If I had, I would have opened a PR to fix the instructions.)

Since this seems to be producing a more negative experience than positive, I suggest removing this part of the tutorial until working instructions become available.
2019-05-31 23:38:23 +03:00
Subhojit Paul
916484fd9f Correct minimum node and npm versions (#456)
* Correct minimum node and npm versions

The tutorial uses `async`/`await` syntax which was introduced in Node 7.6.0

* Update introduction.md
2019-05-31 12:43:02 +03:00
Trevor Blades
ece4970264 Upgrade theme and fix internal links 2019-05-29 15:36:36 -07:00
Trevor Blades
571b743669 Fix more broken links 2019-05-29 15:36:36 -07:00
Trevor Blades
b53ed6b343 Clean up markdown for use with gatsby-remark system 2019-05-29 15:35:25 -07:00
Danielle Man
2f029c6203 Merge branch 'master' into master 2019-05-27 17:01:38 -07:00
Robert Holloway
c57bbabb3a Last paragraph of the file not correct.
The last paragraph of the resolvers.md file is not accurate. It states that the next section will be "...about testing your graph." However, the next section linked is "4. Run your graph in production". I would propose that the graph testing actually be put as the next section instead of how to run in production.
2019-05-24 08:25:09 -06:00
andi hakim arif
b77d9dc3aa adding missionPatch to schema 2019-05-19 09:27:38 +07:00
Danielle Man
bcd90362a7 Merge branch 'master' into patch-3 2019-05-16 18:56:00 -07:00
Danielle Man
370c1def70 Merge branch 'master' into patch-1 2019-05-16 18:50:58 -07:00
Antoine Pultier
3e4dc5f855 Security note for custom data sources 2019-05-15 15:09:30 +02:00
Ruffeng
7fba70f73d Update resolvers.md
The first code snippet was missing the name of the file is editing. Even though the description explains which file has to be edited, the rest of the code snippets contain the path of the file to modify.

So I added it to make it more hegemony along the rest of the code snippets.
2019-04-28 20:54:34 +02:00
Doga Fincan
5b4db6e7b8 Fix grammar in data-source.md 2019-04-28 15:14:43 +02:00
William Chia
9259196366 clarify resolver snippet (#361) 2019-04-16 16:35:22 -07:00
Danielle Man
42e7509c7b Merge branch 'master' into patch-1 2019-04-16 16:28:51 -07:00