{"id":16227422,"url":"https://github.com/simonaco/serverless-graphql-apis-part1","last_synced_at":"2025-10-09T10:07:09.877Z","repository":{"id":145737168,"uuid":"170297840","full_name":"simonaco/serverless-graphql-apis-part1","owner":"simonaco","description":"GraphQL API ","archived":false,"fork":false,"pushed_at":"2019-02-28T15:48:25.000Z","size":5,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T19:31:07.740Z","etag":null,"topics":["azure","azure-functions","graphql","graphql-api","serverless"],"latest_commit_sha":null,"homepage":"https://graphqlplayground.azurewebsites.net/api/graphiql","language":"JavaScript","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/simonaco.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":"2019-02-12T10:22:48.000Z","updated_at":"2021-12-16T20:56:44.000Z","dependencies_parsed_at":"2023-04-12T20:30:58.468Z","dependency_job_id":null,"html_url":"https://github.com/simonaco/serverless-graphql-apis-part1","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-apis-part1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-apis-part1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-apis-part1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fserverless-graphql-apis-part1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonaco","download_url":"https://codeload.github.com/simonaco/serverless-graphql-apis-part1/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","graphql-api","serverless"],"created_at":"2024-10-10T12:52:42.728Z","updated_at":"2025-10-09T10:07:04.856Z","avatar_url":"https://github.com/simonaco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL API\n\nThis is a GraphQL endpoint calling two existing REST api endpoints\n\nYou can explore the endpoint we'll build at [https://graphqlplayground.azurewebsites.net/api/graphiql](https://graphqlplayground.azurewebsites.net/api/graphiql)\n\n## Steps\n\nIf you haven't already, make sure to clone this repository.\n\n1. ⚠️ Navigate to the project's folder and open it in a *new instance* of VS Code\n\n1. Install dependencies\n\n```\nnpm install\n```\n\n1. Go to *Debug* panel in VS Code and click run\n\n1. Using [Postman](https://www.getpostman.com/) (or any Rest client) make a POST request to your GraphQL endpoint running in your local [http://localhost:7071/api/graphql](http://localhost:7071/api/graphql) with this body of type *application/json*:\n\n```json\n{ \"query\": \"{teams{id name points}}\"}\n```\n\n1. To deploy your function using VS Code go to the Azure Functions extension. Click the blue arrow button and follow prompt instructions to either create a new function or deploy to an existing one\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fserverless-graphql-apis-part1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonaco%2Fserverless-graphql-apis-part1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fserverless-graphql-apis-part1/lists"}