Skip to content

edsadr/graphql101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL 101

This repository contains the code of an introductory workshop to GraphQL, it is split in different progressive exercises, each of these is in an individual tag as listed below:

  1. Console server (Console Hello World!) - tag: 01
  2. Express server (HTTP Hello World!) - tag: 02
  3. Receiving arguments (Basic types, custom Hello) - tag: 03
  4. Object Types and queries (Message type) - tag: 04
  5. Handling state (Fake storage using objects) - tag: 05
  6. Mutators (Functions to insert and update Messages) - tag: 06
  7. Nested types (Nesting Author type) - tag: 07

To check the code for every exercise you just need to checkout the desired tag, like: git checkout 03

Slides are available here: https://slides.com/edsadr/graphql/

Links to visit after this workshop

MIT License

Copyright (c) 2018 Adrian Estrada

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A gentle introduction to a different API paradigm

Resources

Stars

Watchers

Forks

Packages

No packages published