Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Chapter 1 - Welcome To GraphQL

GraphQL is a query language for your APIs and a runtime for fulfilling those queries with your data. The GraphQL service is transport agnostic but is typically served over HTTP. Throughout this chapter, we'll introduce GraphQL: its history, its spec, and its architectural differences from other API paradigms like REST and SOAP.

Resource Links

GraphQL Official

  • GraphQL: The main website for the GraphQL project.
  • GraphQL on GitHub: The main GitHub repo for GraphQL's documentation, reference implementation (GraphQL.js), and other related projects
  • GraphQL Spec: GraphQL's specification
  • GraphQL Community Resources: Links to conference talks, Slack channels, Twitter accounts, blogs, and more, curated by the GraphQL community

GraphQL APIs

GraphQL Clients

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