Skip to content

codingwithjustin/graphql-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Basics

GraphQL Basics in 6 minutes - Creating a Weather API with Apollo Server



Tutorial creating hangman project in Vue 3

Checkout the tutorial for this repo.


Summary

GraphQL is a powerful opensource query language developed by Facebook. It solves the problem of building good, intuitive, and well-designed APIs. In the last few years, GraphQL has grown in traction and been adopted by many small and large companies.

Today we will be building a GraphQL weather app with Node and Typescript. We will start by defining what GraphQL is at a high level and then configuring a GraphQL server using the Apollo Framework. We will use techniques commonly seen in large-scale microservice architectures to wrap around an external Weather API.

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published