All Projects → MoonHighway → graphql-summit

MoonHighway / graphql-summit

Licence: other
A full stack workshop focusing on GraphQL, Apollo Client, and React

Programming Languages

javascript
184084 projects - #8 most used programming language

GraphQL Summit Bootcamp -- November 6, 2018

Welcome to the GraphQL Workshop at GraphQL Summit!

Resources

GraphQL Overview and Query Language

GraphQL Schema Definition Language

Schema Activity

Schema Enhancements

GraphQL APIs

GraphQL Clients

  • Apollo Client: The GraphQL client developed by Meteor Development Group
  • Relay: Facebook's GraphQL client library
  • urql: Formidable Labs' minimal React Query Library

Client Examples

  • curl Request
curl -X POST \
     -H "Content-Type: application/json" \
     --data '{ "query": "{allLifts{name}}" }' \
     http://localhost:4000/graphql

Apollo Client Examples

Apollo Link Examples

Additional Samples

Finished Files

Evaluation

Instructor Info

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].