{"id":16227433,"url":"https://github.com/simonaco/serverless-graphql-workshop","last_synced_at":"2025-03-19T13:31:05.389Z","repository":{"id":50065835,"uuid":"156508450","full_name":"simonaco/serverless-graphql-workshop","owner":"simonaco","description":"GraphQL and Serverless workshop","archived":false,"fork":false,"pushed_at":"2021-06-05T05:02:21.000Z","size":41,"stargazers_count":72,"open_issues_count":11,"forks_count":53,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-14T19:31:07.927Z","etag":null,"topics":["azure","azure-functions","graphql","serverless"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-07T07:41:46.000Z","updated_at":"2024-05-08T01:13:10.000Z","dependencies_parsed_at":"2022-09-22T07:35:11.304Z","dependency_job_id":null,"html_url":"https://github.com/simonaco/serverless-graphql-workshop","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/simonaco%2Fserverless-graphql-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonaco","download_url":"https://codeload.github.com/simonaco/serverless-graphql-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989730,"owners_count":20379648,"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":["azure","azure-functions","graphql","serverless"],"created_at":"2024-10-10T12:52:44.251Z","updated_at":"2025-03-19T13:31:05.108Z","avatar_url":"https://github.com/simonaco.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-graphql-workshop\n\nIn this workshop we'll build a Serverless GraphQL endpoint for an existing voting API.\n\n## slides\n\n[Build Scalable APIs Using GraphQL and Serverless](https://www.slideshare.net/SimonaCotin/build-scalable-apis-using-graphql-and-serverless-172329195)\n\n## Prerequisites\n\n1. A recent version of [Node](https://nodejs.org/en/download) (8+)\n\n1. [VS Code](https://code.visualstudio.com/download/?WT.mc_id=graphqlworkshop-github-sicotin)  \n\n1. [Azure Functions CLI](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=graphqlworkshop-github-sicotin)\n\n1. [Azure Functions Extension for VS Code](https://marketplace.visualstudio.com/items/?WT.mc_id=graphqlworkshop-github-sicotin\u0026itemName=ms-azuretools.vscode-azurefunctions)  \n\n1. [Free Azure Account](https://azure.microsoft.com/en-us/free/?wt.mc_id=graphqlworkshop-github-sicotin)\n\n## Steps\n\n1. Create your own services following steps on [services readme](https://github.com/simonaco/serverless-graphql-workshop/blob/master/services/Readme.md)\n\n1. Create GraphQL endpoint following steps on [api readme](https://github.com/simonaco/serverless-graphql-workshop/blob/master/graphql-api/Readme.md)\n\n1. Add GraphiQL UI using steps in [readme](https://github.com/simonaco/serverless-graphql-workshop/blob/master/graphiql/Readme.md)\n\n## Demo app\n\nGraphQL endpoint: [https://graphqlplayground.azurewebsites.net/api/graphql](https://graphqlplayground.azurewebsites.net/api/graphql)\n\nGraphiQL endpoint:\n[https://graphqlplayground.azurewebsites.net/api/graphiql](https://graphqlplayground.azurewebsites.net/api/graphiql)\n\nSample query:\n\n```\nquery {\n  teams {\n    id\n    name\n    points\n  }\n}\n```\n\nSample mutation:\n\n```\nmutation {\n  incrementPoints(id:2) {\n    id\n    name\n    points\n  }\n}\n```\n---\n\n🎉 Congrats!! You made it - built your very first GraphQL endpoint on Serverless! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fserverless-graphql-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonaco%2Fserverless-graphql-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fserverless-graphql-workshop/lists"}