Commit Graph

32 Commits

Author SHA1 Message Date
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
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
William Chia
9259196366 clarify resolver snippet (#361) 2019-04-16 16:35:22 -07:00
Danielle Man
ea57dc5a56 Merge branch 'master' into incomplete-codeblock 2019-04-16 16:25:11 -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
684b5274d9 typos 2019-04-16 15:34:52 -07: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
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
sammy
b45384811c Merge branch 'master' into patch-1 2018-12-03 18:53:44 +01: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
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
aaab19987f Refactor resolvers section 2018-11-07 09:26:27 -08:00
unicodeveloper
0cb3def4f0 Add additional queries 2018-11-07 09:26:27 -08:00
unicodeveloper
5589c9d24d Add a launch query 2018-11-07 09:26:27 -08:00
unicodeveloper
bb6ebca366 Update resolver with missionPatch function 2018-11-07 09:26:27 -08:00
unicodeveloper
1ce083f235 Add content for isBooked resolver function 2018-11-07 09:26:27 -08:00
unicodeveloper
ea53d6be8a Replace all occurrences of root with _ 2018-11-07 09:26:27 -08:00
unicodeveloper
744d771d18 Correct sentence 2018-11-07 09:26:27 -08:00
unicodeveloper
cff075c2a7 Add pagination 2018-11-07 09:26:27 -08:00
unicodeveloper
183e7059ba Jake will write the testing section 2018-11-07 09:26:27 -08:00
unicodeveloper
d33c6821b5 Add image and authentication section 2018-11-07 09:26:27 -08:00
unicodeveloper
20a777e531 Change GraphQL to graph 2018-11-07 09:26:27 -08:00
unicodeveloper
7a637eca02 Done with calling resolvers 2018-11-07 09:26:27 -08:00
unicodeveloper
2865323719 Add boilerplate content till Jake's code is good to go 2018-11-07 09:26:27 -08:00
unicodeveloper
2639c5b6bf Add notes 2018-11-07 09:26:27 -08:00
unicodeveloper
b4b89d9e93 Write intro note(one sentence) 2018-11-07 09:26:27 -08:00
Peggy Rayzis
7e7d6912a2 Edited the structure, added page on resolvers 2018-11-07 09:26:27 -08:00