{"id":25270079,"url":"https://github.com/fiyazbinhasan/graphqlcorefromscratch","last_synced_at":"2025-10-10T09:07:44.339Z","repository":{"id":41653802,"uuid":"250844911","full_name":"fiyazbinhasan/GraphQLCoreFromScratch","owner":"fiyazbinhasan","description":"Learn how to implement scalable APIs with GraphQL and ASP.NET Core. Branch-wise code with the relevant topic for a smooth and easy walkthrough.","archived":false,"fork":false,"pushed_at":"2023-01-06T04:44:59.000Z","size":12987,"stargazers_count":27,"open_issues_count":19,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T09:07:42.702Z","etag":null,"topics":["asp-net-core","efcore","graphql","graphql-dotnet","relay"],"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/fiyazbinhasan.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}},"created_at":"2020-03-28T16:42:09.000Z","updated_at":"2024-05-09T00:18:40.000Z","dependencies_parsed_at":"2023-02-05T08:31:16.163Z","dependency_job_id":null,"html_url":"https://github.com/fiyazbinhasan/GraphQLCoreFromScratch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fiyazbinhasan/GraphQLCoreFromScratch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCoreFromScratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCoreFromScratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCoreFromScratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCoreFromScratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiyazbinhasan","download_url":"https://codeload.github.com/fiyazbinhasan/GraphQLCoreFromScratch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCoreFromScratch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003388,"owners_count":26083579,"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":["asp-net-core","efcore","graphql","graphql-dotnet","relay"],"created_at":"2025-02-12T11:28:24.654Z","updated_at":"2025-10-10T09:07:44.305Z","avatar_url":"https://github.com/fiyazbinhasan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQLCoreFromScratch\n\nLearn how to implement scalable APIs with GraphQL and ASP.NET Core. Branch-wise code with the relevant topic for a smooth and easy walkthrough.\n\n| Branch      | Blog |\n| ----------- | ----------- |\n| [Part I](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-I-Hello-World-Console) | [GraphQL with .NET Core (Part - I: Hello World)](https://fiyazhasan.me/graphql-with-net-core-part-i/) |\n| [Part II](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-II-Asp-Net-Middleware) | [GraphQL with .NET Core (Part - II: Middleware)](https://fiyazhasan.me/graphql-with-net-core-part-ii-middleware/) |\n| [Part III](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-III-Dependency-Injection) | [GraphQL with .NET Core (Part - III: Dependency Injection)](https://fiyazhasan.me/graphql-with-net-core-part-iii-dependency-injection/) |\n| [Part IV](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-IV-GraphiQL-IDE) | [GraphQL with .NET Core (Part - IV: GraphiQL IDE)](https://fiyazhasan.me/graphql-with-net-core-part-iv-graphiql-ide/) |\n| [Part V](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-V-Fields-Arguments-Variables) | [GraphQL with .NET Core (Part - V: Fields, Arguments, Variables)](https://fiyazhasan.me/graphql-with-net-core-part-v-fields-arguments-variables/) |\n| [Part VI](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-VI-Queries-And-Mutaions) | [GraphQL with .NET Core (Part - VI: Queries \u0026 Mutations)](https://fiyazhasan.me/graphql-with-net-core-part-vi-queries-and-mutations/) |\n| [Part VII](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-VII-Data-Persistence) | [GraphQL with .NET Core (Part - VII: Data Persistence)](https://fiyazhasan.me/graphql-with-net-core-part-vii-data-persistence/) |\n| [Part VIII](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-VIII-1-Many-Entity-Relations) | [GraphQL with .NET Core (Part - VIII: 1-Many Entity Relations)](https://fiyazhasan.me/graphql-with-net-core-part-viii-1-many-entity-relations/) |\n| [Part IX](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-IX-Many-Many-Entity-Relations) | [GraphQL with .NET Core (Part - IX: Many-Many Entity Relations)](https://fiyazhasan.me/graphql-with-net-core-part-ix-many-many-entity-relations/) |\n| [Part X](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-X-Execution-Strategies) | [GraphQL with .NET Core (Part - X: Execution Strategies)](https://fiyazhasan.me/graphql-with-net-core-part-x-execution-strategies/) |\n| [Part XI](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-XI-DataLoader) | [GraphQL with .NET Core (Part - XI: Data Loader)](https://fiyazhasan.me/graphql-with-net-core-part-xi-dataloader/) |\n| [Part XII](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-XII-Relay) | [GraphQL with .NET Core (Part - XII: Relay)](https://fiyazhasan.me/graphql-with-net-core-part-xii-relay/) |\n\n# Like this repo?\n\nShow your support by simply putting a star on the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiyazbinhasan%2Fgraphqlcorefromscratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiyazbinhasan%2Fgraphqlcorefromscratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiyazbinhasan%2Fgraphqlcorefromscratch/lists"}