{"id":18471010,"url":"https://github.com/moonhighway/graphql-clients","last_synced_at":"2026-02-12T00:34:24.357Z","repository":{"id":84066115,"uuid":"436466416","full_name":"MoonHighway/graphql-clients","owner":"MoonHighway","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-04T16:54:13.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T14:04:57.130Z","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":"2021-12-09T03:10:02.000Z","updated_at":"2021-12-13T02:35:37.000Z","dependencies_parsed_at":"2023-04-01T05:52:46.066Z","dependency_job_id":null,"html_url":"https://github.com/MoonHighway/graphql-clients","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MoonHighway/graphql-clients","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-clients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-clients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-clients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-clients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoonHighway","download_url":"https://codeload.github.com/MoonHighway/graphql-clients/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fgraphql-clients/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273533923,"owners_count":25122635,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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.540Z","updated_at":"2026-02-12T00:34:24.345Z","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 Clients Workshop\n\nWelcome! We're really glad 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- **Alex Banks**: [Twitter](https://twitter.com/moontahoe) | [Email](mailto:alex@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#### 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- [Snowtooth UI Start Files](https://github.com/graphqlworkshop/snowtooth-ui)\n\n#### Apollo Link Examples\n\n- [HTTP Link](https://codesandbox.io/s/koj24j5l07)\n- [Concatenating Links](https://codesandbox.io/s/ql4jlz54yq)\n- [Terminating Link: Start](https://codesandbox.io/s/objective-dawn-36rzq)\n- [Terminating Link: Finish](https://codesandbox.io/s/mutable-smoke-qkvgc)\n- [Apollo Client](https://codesandbox.io/s/oo3z008kzy?file=/src/index.js)\n\n### Apollo \u0026 React\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- [Lab](https://slides.com/moonhighway/client-lab/)\n\n### Caching\n\n- [Caching, Client Side Schema](https://github.com/eveporcello/pet-library-client)\n\n### Defer and Stream\n\n- [Defer and Stream Slides](https://slides.com/moonhighway/defer-stream)\n- [GraphQL Bleeding Edge Playground](https://github.com/n1ru4l/graphql-bleeding-edge-playground)\n- [express-graphql, defer-stream branch](https://github.com/graphql/express-graphql/tree/defer-stream)\n- [graphql-js, defer-stream branch](https://github.com/graphql/graphql-js/tree/defer-stream)\n\n### Tutorials and Resources\n\n- [Apollo Odyssey](https://odyssey.apollographql.com/)\n- [How to GraphQL](https://howtographql.com)\n- [GraphQL.org](https://graphql.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fgraphql-clients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonhighway%2Fgraphql-clients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fgraphql-clients/lists"}