Commit Graph

24 Commits

Author SHA1 Message Date
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