{"id":18471011,"url":"https://github.com/moonhighway/graphql-for-react-devs","last_synced_at":"2026-01-25T01:01:12.151Z","repository":{"id":84066121,"uuid":"263481738","full_name":"MoonHighway/graphql-for-react-devs","owner":"MoonHighway","description":"Links and resources for the GraphQL for React Developers course","archived":false,"fork":false,"pushed_at":"2020-05-13T01:27:39.000Z","size":4,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T14:04:55.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://moonhighway.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoonHighway.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-13T00:09:46.000Z","updated_at":"2023-06-18T11:55:08.000Z","dependencies_parsed_at":"2023-03-16T05:00:36.023Z","dependency_job_id":null,"html_url":"https://github.com/MoonHighway/graphql-for-react-devs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MoonHighway/graphql-for-react-devs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-for-react-devs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-for-react-devs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-for-react-devs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-for-react-devs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoonHighway","download_url":"https://codeload.github.com/MoonHighway/graphql-for-react-devs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-for-react-devs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T10:15:32.744Z","updated_at":"2026-01-25T01:01:12.125Z","avatar_url":"https://github.com/MoonHighway.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/GraphQL_Logo.svg/512px-GraphQL_Logo.svg.png\" width=\"100\" alt=\"graphql logo\"/\u003e\n\u003cimg src=\"https://i.imgur.com/migo24P.png\" width=\"100\" alt=\"moon highway logo\"/\u003e\n\u003c/p\u003e\n\n# GraphQL for React Developers\n\nWelcome! I'm really glad that you're here. Below you'll find all of the resources that we'll use throughout this course. If you're looking for slides, samples, links, etc., this is the place to look.\n\n## Instructor Info\n\n- **Eve Porcello**: [Twitter](https://twitter.com/eveporcello) | [Email](mailto:eve@moonhighway.com)\n- **Moon Highway Training**: [Moon Highway Website](https://www.moonhighway.com) | [Mailing List](http://bit.ly/moonhighway) | [Articles](https://www.moonhighway.com/articles)\n\n### GraphQL Query Language\n\n- [Query Language Slides](https://slides.com/moonhighway/graphql-intro/)\n- [Snowtooth Playground](https://snowtooth.moonhighway.com)\n- [Pet Library Playground](https://pet-library.moonhighway.com)\n- [Moon Highway Vote Playground](http://vote.moonhighway.com)\n- [Github GraphQL Explorer](https://developer.github.com/v4/explorer/)\n- [Lab Instructions](https://slides.com/moonhighway/snowtooth-query-lab/)\n\n### GraphQL Schema Definition Language\n\n- [Slides for Reference](https://slides.com/moonhighway/schema-definition-language/)\n- [Schema Design Cheat Sheet](https://github.com/sogko/graphql-schema-language-cheat-sheet)\n\n### Example GraphQL APIs\n\n- [Snowtooth API](https://github.com/graphqlworkshop/snowtooth-api/tree/complete)\n- [Pet Library API](https://github.com/MoonHighway/pet-library)\n\n### Apollo Client\n\n#### Simple Requests\n\n- curl Request\n\n```sh\ncurl -X POST \\\n     -H \"Content-Type: application/json\" \\\n     --data '{ \"query\": \"{allLifts{name}}\" }' \\\n     http://snowtooth.moonhighway.com\n```\n\n- [Fetch Sample](https://codesandbox.io/s/n3jro0o4n0)\n- [graphql-request](https://codesandbox.io/s/4qzq5z2vz0)\n\n### React \u0026 Apollo\n\n- [Snowtooth UI Start Files](https://github.com/graphqlworkshop/snowtooth-ui)\n- [Snowtooth UI Finished Files](https://github.com/graphqlworkshop/snowtooth-ui/tree/complete)\n\n## Next Steps\n\n- [Pet Library with Relay](https://github.com/eveporcello/pet-library-demo)\n- [Fullstack Error Handling with GraphQL](https://blog.apollographql.com/full-stack-error-handling-with-graphql-apollo-5c12da407210)\n- [Apollo Federation](https://egghead.io/playlists/getting-started-with-apollo-federation-60ad0165)\n- [TypeScript \u0026 Apollo CLI - Finished Project + Instructions](https://github.com/graphqlworkshop/snowtooth-typescript)\n\n## Evaluation!\n\n- [Evaluation](https://docs.google.com/forms/d/e/1FAIpQLScdFvfXC9MeIf-QULUh-Iid-hIGjNmdATGSYgMa_YvlSJS7vQ/viewform?usp=sf_link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fgraphql-for-react-devs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonhighway%2Fgraphql-for-react-devs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fgraphql-for-react-devs/lists"}