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 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
Lula Leus
2570b3ebea
Adding forgotten import statement ( #381 )
2019-04-05 14:16:53 -07:00
Trevor Blades
7c26749372
Fix images in html
2019-03-25 14:08:10 -07:00
Francois Bissonnette
7d9cd24bb6
Fix confusing highlight on data-source tutorial
2019-03-25 09:50:22 -04:00
Danielle Man
7bdbdea2b2
Merge branch 'master' into patch-1
2019-03-19 23:43:13 -07:00
Danielle Man
a5154e34f1
Merge branch 'master' into patch-1
2019-03-19 23:38:39 -07:00
Michael Neeley
faa851a61b
Remove Unnecessary Import
...
gets rid of a linter error:
./src/index.js
Line 7: 'gql' is defined but never used no-unused-vars
2019-03-10 14:30:36 -04:00
Michael Neeley
e4a0ec7544
Added Import Statements
...
Just added the necessary import statements so a beginner doesn't get errors on build.
2019-03-10 14:08:01 -04:00
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
Bill Fienberg
7c4a4173e6
Replace double quotes with single quotes
2019-03-03 02:24:30 -06:00
Bill Fienberg
d5981645f8
Add import for React
...
Without React, the code throws the following error:
`'React' must be in scope when using JSX react/react-in-jsx-scope`
2019-03-03 02:23:48 -06:00
Bill Fienberg
20df5cc0c9
Add import for ReactDOM
...
In the Connect your client to React section, the code doesn't work without importing `ReactDOM`.
2019-03-03 02:11:07 -06: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