From 9e644a96e9408777ff721df6f6bae68cef405011 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Thu, 26 Sep 2024 23:03:52 +0200 Subject: [PATCH 1/2] Add FSharp.HotChocolate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad8eebd..017cce1 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar * [Bolero ★ 629](https://github.com/fsbolero/Bolero/) - F# in WebAssembly, develop SPAs with the full power of F# and .NET Blazor. [Apache 2.0] * [Falco](https://github.com/pimbrouwers/Falco/) - A functional-first toolkit for building brilliant ASP.NET Core applications using F#. * [Felicity](https://github.com/cmeeren/Felicity) - Boilerplate-free, idiomatic JSON:API for your beautiful, idiomatic F# domain model. Optimized for developer happiness. [MIT] +* [FSharp.HotChocolate](https://github.com/cmeeren/FSharp.HotChocolate) - Support for F# types and nullability in the GraphQL framework [HotChocolate](https://chillicream.com/docs/hotchocolate) [MIT] * [Freya ★ 241 ⧗ 7](https://github.com/xyncro/freya) - Modern, purely functional stack for web programming in F#. [Apache 2.0] * [Genit ★ 62 ⧗ 1](https://github.com/lefthandedgoat/genit) - Cross-platform website generator and server using F#, Suave and PostgreSQL or MS SQL Server. * [Giraffe ★ 526 ⧗ 49](https://github.com/giraffe-fsharp/Giraffe) - Native functional ASP.NET Core web framework for F# developers. [Apache 2.0] From 44d04922c542edec7a671dfe55ba1e564d63ceec Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Thu, 26 Sep 2024 23:04:44 +0200 Subject: [PATCH 2/2] Order alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 017cce1..126d356 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,8 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar * [Bolero ★ 629](https://github.com/fsbolero/Bolero/) - F# in WebAssembly, develop SPAs with the full power of F# and .NET Blazor. [Apache 2.0] * [Falco](https://github.com/pimbrouwers/Falco/) - A functional-first toolkit for building brilliant ASP.NET Core applications using F#. * [Felicity](https://github.com/cmeeren/Felicity) - Boilerplate-free, idiomatic JSON:API for your beautiful, idiomatic F# domain model. Optimized for developer happiness. [MIT] -* [FSharp.HotChocolate](https://github.com/cmeeren/FSharp.HotChocolate) - Support for F# types and nullability in the GraphQL framework [HotChocolate](https://chillicream.com/docs/hotchocolate) [MIT] * [Freya ★ 241 ⧗ 7](https://github.com/xyncro/freya) - Modern, purely functional stack for web programming in F#. [Apache 2.0] +* [FSharp.HotChocolate](https://github.com/cmeeren/FSharp.HotChocolate) - Support for F# types and nullability in the GraphQL framework [HotChocolate](https://chillicream.com/docs/hotchocolate) [MIT] * [Genit ★ 62 ⧗ 1](https://github.com/lefthandedgoat/genit) - Cross-platform website generator and server using F#, Suave and PostgreSQL or MS SQL Server. * [Giraffe ★ 526 ⧗ 49](https://github.com/giraffe-fsharp/Giraffe) - Native functional ASP.NET Core web framework for F# developers. [Apache 2.0] * [Saturn ★ 62 ⧗ 2](https://github.com/SaturnFramework/Saturn) - Opinionated, web development framework for F# which implements the server-side, functional MVC pattern. [MIT]