{"id":31776698,"url":"https://github.com/sadabnepal/graphql-full-stack-kit","last_synced_at":"2025-10-10T05:54:01.038Z","repository":{"id":218347991,"uuid":"746180308","full_name":"sadabnepal/graphql-full-stack-kit","owner":"sadabnepal","description":"graphql development module for practising graphql testing","archived":false,"fork":false,"pushed_at":"2025-09-28T15:21:04.000Z","size":3609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T17:37:39.631Z","etag":null,"topics":["apollo-server","graphql-apollo","graphql-testing","graqhql","nodejs","testing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sadabnepal.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-21T10:05:09.000Z","updated_at":"2025-09-28T15:21:04.000Z","dependencies_parsed_at":"2024-01-21T12:24:06.954Z","dependency_job_id":"e7902a7d-e519-4ba2-9eb1-4a98f8fd0813","html_url":"https://github.com/sadabnepal/graphql-full-stack-kit","commit_stats":null,"previous_names":["sadabnepal/graphql-test","sadabnepal/graphql-dev-test","sadabnepal/graphql-full-stack-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sadabnepal/graphql-full-stack-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fgraphql-full-stack-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fgraphql-full-stack-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fgraphql-full-stack-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fgraphql-full-stack-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadabnepal","download_url":"https://codeload.github.com/sadabnepal/graphql-full-stack-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadabnepal%2Fgraphql-full-stack-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002864,"owners_count":26083468,"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-10-10T02:00:06.843Z","response_time":62,"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":["apollo-server","graphql-apollo","graphql-testing","graqhql","nodejs","testing"],"created_at":"2025-10-10T05:53:57.550Z","updated_at":"2025-10-10T05:54:01.033Z","avatar_url":"https://github.com/sadabnepal.png","language":"TypeScript","readme":"## GraphQL Code\n\n### Clone Repository\n\n```bash\ngit clone https://github.com/sadabnepal/graphql-full-stack-kit.git\ncd graphql-full-stack-kit\n```\n\n### Pre-requisite\n[![NodeJs](https://img.shields.io/badge/-NodeJS-808080?logo=Node.JS)](https://nodejs.org/en/download/)\n\n### Install Packages\n```\nnpm install\n```\n\n### Start Server\n```\nnpm start\n```\n\n### Graphical View\n```\nhttp://localhost:8000/graphql\n```\n\n### GraphQl Server\n![graphql](./sample/graphql.png)\n\n### Sample Query:\n```\nquery Burger($name: String!, $vegan: Boolean!) {\n  burger (name: $name) {\n    id\n    name\n    tomato\n    cheese @skip(if: $vegan)\n    inStock\n    price\n  }\n}\n\n\nvariable\n\n{\n  \"vegan\": false,\n  \"name\": \"Veggie Delight\"\n}\n\n```\n\n```\nquery {\n  burgers(where: {vegan: true, inStock: true}) {\n    calories\n    vegan\n    cheese\n    description\n    name\n  }\n}\n```\n\n\n### TODO:\n- Implement auth in mutation and implement same response format\n- Enhance unit tests, query and mutation data to be reusable\n- Open Source GraphQL playground https://apis.guru/graphql-apis\n- Refer https://hygraph.com/blog/graphql-vs-rest-apis \n\n![burger](./sample/burger.png)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadabnepal%2Fgraphql-full-stack-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadabnepal%2Fgraphql-full-stack-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadabnepal%2Fgraphql-full-stack-kit/lists"}