An open API service indexing awesome lists of open source software.

https://github.com/fiyazbinhasan/graphqlcorefromscratch

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.
https://github.com/fiyazbinhasan/graphqlcorefromscratch

asp-net-core efcore graphql graphql-dotnet relay

Last synced: 8 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# GraphQLCoreFromScratch

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.

| Branch | Blog |
| ----------- | ----------- |
| [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/) |
| [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/) |
| [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/) |
| [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/) |
| [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/) |
| [Part VI](https://github.com/fiyazbinhasan/GraphQLCoreFromScratch/tree/Part-VI-Queries-And-Mutaions) | [GraphQL with .NET Core (Part - VI: Queries & Mutations)](https://fiyazhasan.me/graphql-with-net-core-part-vi-queries-and-mutations/) |
| [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/) |
| [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/) |
| [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/) |
| [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/) |
| [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/) |
| [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/) |

# Like this repo?

Show your support by simply putting a star on the repository.