{"id":18471023,"url":"https://github.com/moonhighway/building-graphql-apis","last_synced_at":"2026-01-24T12:06:13.307Z","repository":{"id":84066063,"uuid":"312612034","full_name":"MoonHighway/building-graphql-apis","owner":"MoonHighway","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-11T16:42:50.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-16T18:44:26.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-11-13T15:24:44.000Z","updated_at":"2020-12-11T16:42:52.000Z","dependencies_parsed_at":"2023-03-16T05:00:18.105Z","dependency_job_id":null,"html_url":"https://github.com/MoonHighway/building-graphql-apis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fbuilding-graphql-apis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fbuilding-graphql-apis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fbuilding-graphql-apis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fbuilding-graphql-apis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoonHighway","download_url":"https://codeload.github.com/MoonHighway/building-graphql-apis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253748611,"owners_count":21957955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:36.337Z","updated_at":"2026-01-24T12:06:13.264Z","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\u003c/p\u003e\n\n# GraphQL Workshop\n\nWelcome! We're 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- [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- [Schema Definition Language Slides](https://slides.com/moonhighway/schema-definition-language/)\n- [CodeSandbox Starting Schema](https://codesandbox.io/s/github/moonhighway/pet-library-schema)\n- [Starting Schema](https://github.com/MoonHighway/pet-library-schema)\n- [First Schema Iteration](https://github.com/MoonHighway/pet-library-schema/tree/initial-schema)\n- [Complete Schema](https://github.com/MoonHighway/pet-library-schema/tree/complete)\n- [Mocking](https://github.com/graphqlworkshop/mocking)\n\n### Building a GraphQL API\n\n- **[API Start - Dec 11](https://github.com/graphqlworkshop/snowtooth-api/tree/workshop-start)**\n- **[API Start - Dec 11 - CodeSandbox](https://codesandbox.io/s/cool-grass-q73pp?file=/index.js)\n- [Exercise Start Files](https://github.com/graphqlworkshop/snowtooth-api)\n- [Simple Strava Sample](https://github.com/eveporcello/simple-strava-sample/blob/master/index.js)\n- [Photo Share API Sample - MongoDB](https://github.com/graphqlworkshop/photo-share-api/blob/step-e3/src/index.js)\n- [Resolver Best Practices - PayPal Blog](https://medium.com/paypal-engineering/graphql-resolvers-best-practices-cd36fdbcef55)\n\n### Apollo DataSources\n\n- [Countries DataSources Complete](https://github.com/MoonHighway/countries-datasources/blob/master/index.js)\n- [Apollo REST Data Sources Docs](https://www.apollographql.com/docs/apollo-server/data/data-sources/)\n\n### Apollo Federation\n\n**Slides**\n\n- [Apollo Federation](https://slides.com/moonhighway/apollo-federation/)\n\n**Federation Projects**\n\n- [Acquisition API](https://github.com/eveporcello/acquisitions-api)\n- [Hue Review: Start Files](https://github.com/graphqlworkshop/hue-review-activity)\n- [Hue Review: Finished Files](https://github.com/graphqlworkshop/hue-review-activity/tree/complete)\n- [Snowtooth Federation Lab: Start Files](https://github.com/graphqlworkshop/snowtooth-federation-lab)\n\n### Apollo Studio\n\n- [Apollo Studio](https://studio.apollographql.com)\n- [Apollo Studio Docs](https://www.apollographql.com/docs/studio/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fbuilding-graphql-apis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonhighway%2Fbuilding-graphql-apis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fbuilding-graphql-apis/lists"}