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
Danielle Man
ea57dc5a56
Merge branch 'master' into incomplete-codeblock
2019-04-16 16:25:11 -07:00
Jake Dawkins
b621438c9c
Add client resolvers in correct step ( #412 )
...
* Add client resolvers in correct step
* fix line number highlighting in local-state
2019-04-16 16:22:30 -07:00
Trevor Blades
3faf2b4bcf
Add more context to data sources and resolvers code blocks
2019-04-16 16:18:21 -07:00
Trevor Scheer
ff9de271d5
General tidying and maintenance of fullstack tutorial ( #414 )
...
Fix typos, usage, etc.
2019-04-16 16:14:48 -07:00
Adam Zionts
8adaeabc18
Merge branch 'master' into adam/19/4/some-typos
2019-04-16 15:36:32 -07:00
Adam Zionts
684b5274d9
typos
2019-04-16 15:34:52 -07:00
Justin Anastos
0456a03fca
Change local cartItems type ( #349 )
...
related to https://github.com/apollographql/fullstack-tutorial/pull/72
2019-04-16 15:03:41 -07:00
Borek Bernard
cf34dab109
Clarifying note about Login at bottom of tutorial part 7 ( #319 )
2019-04-16 14:45:37 -07:00
Borek Bernard
fe616f3eaf
Fix code example – add StyledButton ( #323 )
...
... so that LogoutButton works fine
2019-04-16 14:36:37 -07:00
Loren ☺️
4f1aac4dc6
Fix broken link in data-source.md ( #384 )
2019-04-05 14:17:42 -07:00