Skip to content

jasonmerino/student-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

GraphQL Workshop Links and Resources

Day 1

Query Language

Designing A Schema

Building an API

Database Integration

.env file

DB_HOST=mongodb://*** or `mongodb://******
CLIENT_ID=<GITHUB_CLIENT_ID>
CLIENT_SECRET=<GITHUB_CLIENT_SECRET>

Day 2

Client Examples

  • curl Request
curl -X POST \
     -H "Content-Type: application/json" \
     --data '{ "query": "{allPhotos{name}}" }' \
     http://localhost:4000/graphql

Apollo Client Examples

Activity Endpoints

Example endpoint test
City Sample https://lk3qk3zq7q.lp.gql.zone/graphql https://launchpad.graphql.com/lk3qk3zq7q
Study Group (union) https://r94qxj5q4n.lp.gql.zone/graphql https://launchpad.graphql.com/r94qxj5q4n
Alex's Ski Days https://api.graph.cool/simple/v1/cja33bgdf6g8i0109u1k4913c https://www.graphqlbin.com

Apollo Link Examples

GitHub Auth

window.location = https://github.com/login/oauth/authorize?client_id=${clientID}&scope=user

Evaluation

GraphQL Articles & Documentation

Graph Theory

GraphQL

Apollo

Relay

About

Samples, examples, and helpful links for GraphQL Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors