An open API service indexing awesome lists of open source software.

https://github.com/kalebjdavenport/freecodecamp-graphql

Introduction to GraphQL with Client and Server side code.
https://github.com/kalebjdavenport/freecodecamp-graphql

Last synced: 3 months ago
JSON representation

Introduction to GraphQL with Client and Server side code.

Awesome Lists containing this project

README

        

# freecodecamp-graphql

Introduction to GraphQL with Client and Server side code following the free tutorial at https://youtu.be/ed8SzALpx1Q

Learned skills:
1. Create data shape for GraphQL API endpoint
1. Write effective resolver functions
1. Create relationships between graph data types