Commit Graph

108 Commits

Author SHA1 Message Date
Danielle Man
fb092b8542 Merge branch 'master' into patch-1 2019-03-06 23:28:34 -08:00
Ahmed Atito
9858382c77 Update Apollo community from Slack to Spectrum. (#356) 2019-03-06 15:08:20 -08:00
Hugh Willson
a0601e17e5 Remove apollo-client alpha reference 2019-02-27 10:17:29 -05:00
Raymond Camden
4ecf6b850a Update schema.md
I felt like the text saying to include schema stuff "inside the gql function" may not be quite clear enough for folks who haven't seen template strings or perhaps haven't seen template strings used as a function in that style.
2019-02-05 12:12:56 -06:00
Hugh Willson
1ce96777bd Replace local state initializers with cache.writeData
Initializers are no longer part of the AC local state API. We're
now recommending that people use `cache.writeData` directly, since
it's already part of the Apollo Cache API and is more flexible.
2019-01-28 12:17:20 -05:00
Alane Parisot
fe2a793a5f Fix getAllLaunches Variable Mismatch (#304)
Replace `result` with `response`.
2019-01-25 14:04:49 -08:00
Jonatan Kłosko
080d87cf9b Fix duplicated heading id in the docs. (#312) 2019-01-24 12:32:41 +02:00
Dominik Gruber
139eed4401 Fix typo in data source tutorial (#314) 2019-01-24 11:57:53 +02:00
Borek Bernard
62fbe65597 Fix Markdown formatting in client.md (#315) 2019-01-24 11:57:05 +02:00
Wojciech Bilicki
c5a3e17631 Change Buffer constructors to from method (#260)
https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/ for deprecation blog post
2019-01-17 11:56:02 -08:00
Scott
6921b35296 local-state: add time to finish and fix language (#298)
* Update local-state.md

* Remove client awareness headers
2019-01-17 11:52:51 -08:00
mwindson
a876b82389 Queries: Add null check on data.me (#300) 2019-01-17 11:28:43 -08:00
Scott
f0d5f60270 Mutations: add time to finish and initialization code (#297)
* Update mutations.md

* Update client awareness headers

* Remove client awareness headers

The apollo client constructor accepts `clientName` and `clientVersion` now!
2019-01-17 11:26:18 -08:00
Scott
d1cdab81b6 Queries: add time to finish and clean imports (#296) 2019-01-17 11:19:19 -08:00
Christos Dimitroulas
ee486ec6b3 improve data-source tutorials docs by using more expressive variable names (#294) 2019-01-17 11:17:02 -08:00
Scott
51fe31bce5 Production: add time to finish and api key context (#291)
* Update production.md

* Update production.md
2019-01-17 11:16:05 -08:00
Scott
014cfe7d33 Client: Add time to finish and helpful context (#292)
* Update client.md

Some corrections/ improvements. Fixes https://github.com/apollographql/fullstack-tutorial/issues/36

Scott

* Update client.md

Add time to accomplish.

* Update client.md

* Update client.md

* Update client.md
2019-01-17 11:13:23 -08:00
Scott
51909b3459 Resolvers: time to finish and helpful hints (#290)
* Update resolvers.md

* Change js comments to graphql style in sdl
2019-01-17 11:05:17 -08:00
Scott
aa2877aee3 Data Sources: add time to complete and some helpful hints (#289)
* Update data-source.md

Some small updates.

* Update data-source.md
2019-01-17 11:00:08 -08:00
Nil
fbc2cc9849 update schema tutorial (#272)
Because the argument name is talked above (missionPatch argument), I just remove argument names for legibility.
2019-01-17 10:50:21 -08:00
Brian
a1a628f5a7 Update client.md (#262)
Client does not start up without cache or link properties defined.
2019-01-17 10:49:01 -08:00
Danielle Man
8997865f51 Merge branch 'master' into patch-1 2018-12-13 16:05:59 -08:00
Danielle Man
2ad52294a0 Merge branch 'master' into patch-1 2018-12-13 16:03:17 -08:00
Danielle Man
2aa191aef0 Merge branch 'master' into patch-1 2018-12-13 15:59:11 -08:00
Danielle Man
fbcdcd54c3 Merge branch 'master' into patch-1 2018-12-13 15:54:52 -08:00
Mounish Sai
cfd47152fb Minor Correction
Replaced signup failed to booking trips failed.
2018-12-12 23:48:06 +05:30
Trevor Scheer
09b3a492c4 Update apollo command instructions
Update some documentation around using the apollo command.
For a new project, service:check will fail, so we should only recommend
that after we know they've published once.
2018-12-07 16:26:04 -08:00
JavaScript Joe
ce6a15e389 Add link to full-stack tutorial repo
In the 'Set up your development environment' section, there are links to the developer tools and there's a code block for cloning the repo that goes along with this tutorial.

I thought it might be a nice addition to add a link to the GitHub page for the repository in case the reader wants to take a look before cloning it :)
2018-12-07 12:05:24 -08:00
Matt Hagner
116bee7293 fix link typo on mutation subheading
The link on the `Mutation` subheading was pointing back up to the `Object & Scalar Types` heading.
2018-12-05 19:49:15 -06:00
sammy
b45384811c Merge branch 'master' into patch-1 2018-12-03 18:53:44 +01:00
Evans Hauser
2a149a0614 schema: -> service: (#247) 2018-11-15 15:15:15 -08:00
Adnan Karšić
030af98272 Updated resolvers.md, typo/inconsistent naming
The function accepts the following arguments: parent, args, context, info
In the next paragraph, the 'parent' argument is explained but written as 'root' instead of 'parent'
You could also add somewhere in the sentence that the parent is root value passed from server.
2018-11-14 17:53:09 -05:00
sammy
9b800a7173 Merge branch 'master' into patch-1 2018-11-09 10:51:05 +01:00
unicodeveloper
21c0cfdee5 Add full stop 2018-11-08 21:13:42 +01:00
unicodeveloper
07d8993771 Link to Apollo Engine 2018-11-08 21:12:11 +01:00
unicodeveloper
ce2bbbe9c8 Add links to devtools and apollo vscode 2018-11-08 21:08:05 +01:00
unicodeveloper
89e288f1d3 Add note about npx 2018-11-08 18:35:06 +01:00
sammy
d15d476d10 Included the "isEmail" library import
It was not stated that the `isEmail` library should be imported before it can be used.
2018-11-08 16:48:12 +01:00
Peggy Rayzis
d07efee1f7 Update all code samples 2018-11-07 09:26:27 -08:00
Peggy Rayzis
04bd2e6490 Finalized local state section 2018-11-07 09:26:27 -08:00
Peggy Rayzis
df4fcdaa20 Added section on mutations and local state 2018-11-07 09:26:27 -08:00
Peggy Rayzis
39d9c853a9 Completed section on building queries 2018-11-07 09:26:27 -08:00
unicodeveloper
05c3c90771 Link to Github to enable the reader to run the query and get data 2018-11-07 09:26:27 -08:00
unicodeveloper
977bd820e9 Add content 2018-11-07 09:26:27 -08:00
unicodeveloper
f9636763dd Add little details about the Query component 2018-11-07 09:26:27 -08:00
Peggy Rayzis
22aae627be Reworked setting up client page 2018-11-07 09:26:27 -08:00
unicodeveloper
6a6b57e20a Define the gql tag 2018-11-07 09:26:27 -08:00
unicodeveloper
7512fc0891 Add little notes about apollo-link-http and apollo-cache-inmemory 2018-11-07 09:26:27 -08:00
unicodeveloper
09121386b6 Add codesandbox demo 2018-11-07 09:26:27 -08:00
unicodeveloper
805a48ac65 Modify Introduction 2018-11-07 09:26:27 -08:00