{"id":21039263,"url":"https://github.com/benjaminboruff/mini-graphql","last_synced_at":"2026-04-21T08:40:39.212Z","repository":{"id":91389262,"uuid":"126751560","full_name":"benjaminboruff/mini-graphql","owner":"benjaminboruff","description":"GraphQL template using Zeit's micro (and micro-dev), microrouter, and Apollo's apollo-server-micro","archived":false,"fork":false,"pushed_at":"2018-04-05T15:49:57.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T16:42:01.457Z","etag":null,"topics":["graphql","micro","template"],"latest_commit_sha":null,"homepage":"","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/benjaminboruff.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":"2018-03-26T00:10:41.000Z","updated_at":"2020-10-04T10:51:18.000Z","dependencies_parsed_at":"2023-03-16T17:31:01.375Z","dependency_job_id":null,"html_url":"https://github.com/benjaminboruff/mini-graphql","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/benjaminboruff%2Fmini-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2Fmini-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2Fmini-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2Fmini-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminboruff","download_url":"https://codeload.github.com/benjaminboruff/mini-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243482934,"owners_count":20297907,"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":["graphql","micro","template"],"created_at":"2024-11-19T13:38:35.763Z","updated_at":"2025-12-27T11:21:50.314Z","avatar_url":"https://github.com/benjaminboruff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A small GraphQL server\n#### using [micro](https://github.com/zeit/micro), [microrouter](https://www.npmjs.com/package/microrouter), and [apollo-server-micro](https://www.npmjs.com/package/apollo-server-micro)\n\n##### Install\n\n\u003e git clone https://github.com/benjaminboruff/mini-graphql.git\n\n\u003e cd mini-graphql \u0026\u0026 yarn\n\n##### Usage\n\n* Development - watches and builds ES* in one terminal, and runs `micro-dev` in another.\n\n    In one terminal:\n    \u003eyarn dev:babel\n\n    In another terminal:\n    \u003eyarn dev:micro\n\n* Build and start server - compiles using babel, and starts the *production* `micro` server.\n    \u003eyarn start\n\n* Make a production build in `dist/`\n    \u003eyarn build\n\n* A simple client data request using `curl`\n    \u003e curl -XPOST -H \"Content-Type:application/json\"  -d '{\"query\": \"{books { title author { firstName lastName }}}\"}'  http://localhost:3000/graphql","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminboruff%2Fmini-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminboruff%2Fmini-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminboruff%2Fmini-graphql/lists"}