{"id":13824662,"url":"https://github.com/fiyazbinhasan/GraphQLCore","last_synced_at":"2025-07-08T19:32:58.668Z","repository":{"id":77503431,"uuid":"124660207","full_name":"fiyazbinhasan/GraphQLCore","owner":"fiyazbinhasan","description":"Learn how to implement scalable APIs with GraphQL and ASP.NET Core. Branch wise code with relevant topic for smooth and easy walkthrough.","archived":true,"fork":false,"pushed_at":"2019-12-11T05:27:12.000Z","size":1037,"stargazers_count":124,"open_issues_count":0,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-05T09:13:40.726Z","etag":null,"topics":["aspnetcore","graphql","graphql-dotnet","series"],"latest_commit_sha":null,"homepage":"http://fiyazhasan.me/tag/graphql-dotnet/","language":"C#","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-10T13:51:39.000Z","updated_at":"2023-01-28T14:17:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0d70b68-1d1c-4f89-9c0c-f3ef2389eb44","html_url":"https://github.com/fiyazbinhasan/GraphQLCore","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/fiyazbinhasan%2FGraphQLCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiyazbinhasan%2FGraphQLCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiyazbinhasan","download_url":"https://codeload.github.com/fiyazbinhasan/GraphQLCore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225457841,"owners_count":17477360,"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":["aspnetcore","graphql","graphql-dotnet","series"],"created_at":"2024-08-04T09:01:06.817Z","updated_at":"2024-11-20T02:31:04.697Z","avatar_url":"https://github.com/fiyazbinhasan.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# GraphQL with ASP.NET Core - A 10 Part Blog Series\n\nThis repository contains a series of posts with branch wise code on builing scalable GraphQL end-points with ASP.NET Core. Each branch has its own readme where you can find rach relevent post. You can also read the series from my blog, \n\nhttp://fiyazhasan.me/tag/graphql-dotnet/\n\nAsk anything you want in the comment section of my blog.\n\n# Running the application\n\n* Download the zip or clone the project\n* Make sure you have necessary dotnet core sdks installed (I'm using ASP.NET Core 2.1)\n\u003e  https://www.microsoft.com/net/download/windows\n* Build and run the project\n\u003e dotnet build\n\u003e dotnet run\n\n### Optional ( If you want a real database behind the scene )\n* Make sure you have Postgres installed in your system\n\u003e https://postgresapp.com/\n* Change the connection string in `appsettings.json` to target your local posgres database.\n* From command line go to the root of the project and create a db migration script\n\u003e dotnet ef migrations add Initial -o Data/Migrations\n* Apply migration in your database\n\u003e dotnet ef database update\n\n\n# Branches\n\n[Part I - Hello World](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_I_Hello_World)\n\n[Part II - Middleware](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_II_Middleware)\n\n[Part III - Dependency Injection](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_III_Dependency_Injection)\n\n[Part IV - GraphiQL - An in-browser IDE](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_IV_GraphIQL)\n\n[Part V - Fields, Arguments, Variables](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_V_Fields_Arguments_Variables)\n\n[Part VI - Persist Data - Postgres with EF Core](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_VI_Persist_Data)\n\n[Part VII - Mutation](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_VII_Mutation)\n\n[Part VIII - Entity Relations - One to Many](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_VIII_Entity_Relations_One_To_Many)\n\n[Part IX - Entity Relations - Many to Many](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_IX_Entity_Relationns_Many_To_Many)\n\n[Part X - Data Loader](https://github.com/fiyazbinhasan/GraphQLCore/tree/Part_X_DataLoader)\n\n# Video Tutorials\n\nComing Soon...\n\n# Mentions\n\n[Joe McBride](https://twitter.com/UICraftsman) - Thanks for providing an awesome community driven project \n\u003e [graphql-dotnet](https://github.com/graphql-dotnet/graphql-dotnet)\n\n[Jon Galloway](https://twitter.com/jongalloway) - Thanks for featuring posts on ASP.NET Community Standup\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiyazbinhasan%2FGraphQLCore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiyazbinhasan%2FGraphQLCore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiyazbinhasan%2FGraphQLCore/lists"}