Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelarsq/hotchocolate_fsharp_sample
GraphQL server using .NET 6, F# and Hot Chocolate 🍫
https://github.com/adelarsq/hotchocolate_fsharp_sample
dotnet fsharp graphql
Last synced: about 15 hours ago
JSON representation
GraphQL server using .NET 6, F# and Hot Chocolate 🍫
- Host: GitHub
- URL: https://github.com/adelarsq/hotchocolate_fsharp_sample
- Owner: adelarsq
- Created: 2021-03-18T00:36:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T02:43:12.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T08:35:42.259Z (7 days ago)
- Topics: dotnet, fsharp, graphql
- Homepage:
- Size: 8.79 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-fsharp-project-templates - adelarsq/hotchocolate_fsharp_sample - GraphQL server using .NET 5, F# and Hot Chocolate (Server Side / .NET Core)
README
# Hot Chocolate F# Sample Project
[GraphQL](https://www.howtographql.com) server using [.NET](https://dotnet.microsoft.com) 6, [F#](https://fsharp.org) and [Hot Chocolate](https://chillicream.com/).
To run use:
```
dotnet run --project ./Demo
```Then open the browser and head over to http://localhost:5000/graphql to open the built-in GraphQL IDE.
## TODO
- [x] Queries
- [x] Mutations
- [ ] Subscriptions
- [x] Classes
- [ ] Async
- [x] Records
- [ ] Discriminated unions
- [ ] Options## Bugs/Missing Features
- [F# discriminated union support](https://github.com/ChilliCream/hotchocolate/issues/2103)
- [F# Record and Purecode First schema Generation](https://github.com/ChilliCream/hotchocolate/issues/2143)