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.
- Host: GitHub
- URL: https://github.com/kalebjdavenport/freecodecamp-graphql
- Owner: kalebjdavenport
- Created: 2020-02-18T18:37:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:38:41.000Z (over 2 years ago)
- Last Synced: 2025-01-12T19:45:15.749Z (4 months ago)
- Language: JavaScript
- Size: 4.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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