Skip to content

knaxus/graphql-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Basics

What is GraphQL?

GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

Pillars of GraphQL

  • Queries
  • Mutaions
  • Subscriptions

Usage

You can use this project to go through the basic concepts.

  • Clone the repo
  • npm install and then npm run dev
  • Heads up to localhost:4000 and play with it!

About

Learn about Schema, Types, Mutation & Subscription - the pillars of GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published